#0C0616

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

Shades of Blackcurrant #0C0616

Tints of Blackcurrant #0C0616

Color information

#0C0616 (or 0x0C0616) is unknown color: approx Blackcurrant. HEX triplet: 0C, 06 and 16. RGB value is (12,6,22). Sum of RGB (Red+Green+Blue) = 12+6+22=40 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 22 (8.98% from 255 or 55% from 40); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C0616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0616 is #F3F9E9. Grayscale: #090909. Windows color (decimal): -15989226 or 1443340. OLE color: 1443340.

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

Color convert

RGB12622-
CMYK0.450.7300.91
HSL262.5º57.14%5.49%-
HSV(B)262.5º72.73%8.63%-
XYZ0.360.270.79-
YUV9.62134.99129.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 30%
GREEN value IS 6 (2.73% from 255) = 15%
BLUE value IS 22 (8.98% from 255) = 55%
R=30%
G=15%
B=55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal126220.450.7300.91262.557.145.49
HexC6162D4905B106395
Octal14626551110133406715
Binary110011010110101101100100101011011100000110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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