#0C0216

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

Shades of Blackcurrant #0C0216

Tints of Blackcurrant #0C0216

Color information

#0C0216 (or 0x0C0216) is unknown color: approx Blackcurrant. HEX triplet: 0C, 02 and 16. RGB value is (12,2,22). Sum of RGB (Red+Green+Blue) = 12+2+22=36 (4% of max value = 765). Red value is 12 (5.08% from 255 or 33.33% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 22 (8.98% from 255 or 61.11% from 36); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C0216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0216 is #F3FDE9. Grayscale: #070707. Windows color (decimal): -15990250 or 1442316. OLE color: 1442316.

HSL color Cylindrical-coordinate representation of color #0C0216: hue angle of 270º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C0216 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB12222-
CMYK0.450.9100.91
HSL270º83.33%4.71%-
HSV(B)270º90.91%8.63%-
XYZ0.320.180.78-
YUV7.27136.31131.37-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 5.56%
BLUE value IS 22 (8.98% from 255) = 61.11%
R=33.33%
G=5.56%
B=61.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal122220.450.9100.9127083.334.71
HexC2162D5B05B10e535
Octal142265513301334161235
Binary110010101101011011011011010110111000011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,2,22); }

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

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

 a { background-color: rgb(12,2,22); }

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

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

 span { border-color: rgb(12,2,22); }

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