#19003B

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

Shades of Blackcurrant #19003B

Tints of Blackcurrant #19003B

Color information

#19003B (or 0x19003B) is unknown color: approx Blackcurrant. HEX triplet: 19, 00 and 3B. RGB value is (25,0,59). Sum of RGB (Red+Green+Blue) = 25+0+59=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 59 (23.44% from 255 or 70.24% from 84); Max value from RGB is 59 - color contains mainly: blue. Hex color #19003B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19003B is #E6FFC4. Grayscale: #0D0D0D. Windows color (decimal): -15138757 or 3866649. OLE color: 3866649.

HSL color Cylindrical-coordinate representation of color #19003B: hue angle of 265.42º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19003B is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB25059-
CMYK0.58100.77
HSL265.42º100%11.57%-
HSV(B)265.42º100%23.14%-
XYZ1.190.524.18-
YUV14.2153.28135.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 70.24%
R=29.76%
G=0%
B=70.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal250590.58100.77265.4210011.57
Hex1903B3A6404D10964c
Octal3107372144011541114414
Binary11001011101111101011001000100110110000100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19003B; }

 p { color: rgb(25,0,59); }

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

<style>
 a { background-color: #19003B; }

 a { background-color: rgb(25,0,59); }

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

<style>
 span { border-color: #19003B; }

 span { border-color: rgb(25,0,59); }

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