#19002F

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

Shades of Blackcurrant #19002F

Tints of Blackcurrant #19002F

Color information

#19002F (or 0x19002F) is unknown color: approx Blackcurrant. HEX triplet: 19, 00 and 2F. RGB value is (25,0,47). Sum of RGB (Red+Green+Blue) = 25+0+47=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 47 (18.75% from 255 or 65.28% from 72); Max value from RGB is 47 - color contains mainly: blue. Hex color #19002F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19002F is #E6FFD0. Grayscale: #0C0C0C. Windows color (decimal): -15138769 or 3080217. OLE color: 3080217.

HSL color Cylindrical-coordinate representation of color #19002F: hue angle of 271.91º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19002F is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB25047-
CMYK0.47100.82
HSL271.91º100%9.22%-
HSV(B)271.91º100%18.43%-
XYZ0.910.412.72-
YUV12.83147.28136.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 65.28%
R=34.72%
G=0%
B=65.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal250470.47100.82271.911009.22
Hex1902F2F64052110649
Octal3105757144012242014411
Binary11001010111110111111001000101001010001000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19002F; }

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

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

<style>
 a { background-color: #19002F; }

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

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

<style>
 span { border-color: #19002F; }

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

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