#0C0119

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

Shades of Blackcurrant #0C0119

Tints of Blackcurrant #0C0119

Color information

#0C0119 (or 0x0C0119) is unknown color: approx Blackcurrant. HEX triplet: 0C, 01 and 19. RGB value is (12,1,25). Sum of RGB (Red+Green+Blue) = 12+1+25=38 (5% of max value = 765). Red value is 12 (5.08% from 255 or 31.58% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 25 (10.16% from 255 or 65.79% from 38); Max value from RGB is 25 - color contains mainly: blue. Hex color #0C0119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0119 is #F3FEE6. Grayscale: #060606. Windows color (decimal): -15990503 or 1638668. OLE color: 1638668.

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

Color convert

RGB12125-
CMYK0.520.9600.90
HSL267.5º92.31%5.1%-
HSV(B)267.5º96%9.8%-
XYZ0.340.170.93-
YUV7.02138.14131.55-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 31.58%
GREEN value IS 1 (0.78% from 255) = 2.63%
BLUE value IS 25 (10.16% from 255) = 65.79%
R=31.58%
G=2.63%
B=65.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal121250.520.9600.90267.592.315.1
HexC119346005A10c5c5
Octal141316414001324141345
Binary11001110011101001100000010110101000011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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