#1A003F

Color #1A003F Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #1A003F

Tints of Blackcurrant #1A003F

Color information

#1A003F (or 0x1A003F) is unknown color: approx Blackcurrant. HEX triplet: 1A, 00 and 3F. RGB value is (26,0,63). Sum of RGB (Red+Green+Blue) = 26+0+63=89 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.21% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 63 (25% from 255 or 70.79% from 89); Max value from RGB is 63 - color contains mainly: blue. Hex color #1A003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A003F is #E5FFC0. Grayscale: #0E0E0E. Windows color (decimal): -15073217 or 4128794. OLE color: 4128794.

HSL color Cylindrical-coordinate representation of color #1A003F: hue angle of 264.76º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A003F is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB26063-
CMYK0.59100.75
HSL264.76º100%12.35%-
HSV(B)264.76º100%24.71%-
XYZ1.320.584.74-
YUV14.96155.11135.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 29.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 70.79%
R=29.21%
G=0%
B=70.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal260630.59100.75264.7610012.35
Hex1A03F3B6404B10964c
Octal3207773144011341114414
Binary11010011111111101111001000100101110000100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A003F; }

 p { color: rgb(26,0,63); }

 H1.HeaderClassName
 {
   color: #1A003F;
 }
 .AnyTagClassName
 {
   color: #1A003F;
 }
</style>
background-color css

<style>
 a { background-color: #1A003F; }

 a { background-color: rgb(26,0,63); }

 div.DivClassName
 {
   background-color: #1A003F;
 }
 .BgClassName
 {
   background-color: #1A003F;
 }
</style>
border-color css

<style>
 span { border-color: #1A003F; }

 span { border-color: rgb(26,0,63); }

 td.TdClassName
 {
   border-color: #1A003F;
 }
 .TagClassName
 {
   border-color: #1A003F;
 }
</style>