#0C0419

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

Shades of Blackcurrant #0C0419

Tints of Blackcurrant #0C0419

Color information

#0C0419 (or 0x0C0419) is unknown color: approx Blackcurrant. HEX triplet: 0C, 04 and 19. RGB value is (12,4,25). Sum of RGB (Red+Green+Blue) = 12+4+25=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 25 (10.16% from 255 or 60.98% from 41); Max value from RGB is 25 - color contains mainly: blue. Hex color #0C0419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0419 is #F3FBE6. Grayscale: #080808. Windows color (decimal): -15989735 or 1639436. OLE color: 1639436.

HSL color Cylindrical-coordinate representation of color #0C0419: hue angle of 262.86º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C0419 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB12425-
CMYK0.520.8400.90
HSL262.86º72.41%5.69%-
HSV(B)262.86º84%9.8%-
XYZ0.370.240.95-
YUV8.79137.15130.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 29.27%
GREEN value IS 4 (1.95% from 255) = 9.76%
BLUE value IS 25 (10.16% from 255) = 60.98%
R=29.27%
G=9.76%
B=60.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal124250.520.8400.90262.8672.415.69
HexC419345405A107486
Octal144316412401324071106
Binary1100100110011101001010100010110101000001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C0419; }

 p { color: rgb(12,4,25); }

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

<style>
 a { background-color: #0C0419; }

 a { background-color: rgb(12,4,25); }

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

<style>
 span { border-color: #0C0419; }

 span { border-color: rgb(12,4,25); }

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