#0C0516

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

Shades of Blackcurrant #0C0516

Tints of Blackcurrant #0C0516

Color information

#0C0516 (or 0x0C0516) is unknown color: approx Blackcurrant. HEX triplet: 0C, 05 and 16. RGB value is (12,5,22). Sum of RGB (Red+Green+Blue) = 12+5+22=39 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30.77% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 22 (8.98% from 255 or 56.41% from 39); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C0516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0516 is #F3FAE9. Grayscale: #080808. Windows color (decimal): -15989482 or 1443084. OLE color: 1443084.

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

Color convert

RGB12522-
CMYK0.450.7700.91
HSL264.71º62.96%5.29%-
HSV(B)264.71º77.27%8.63%-
XYZ0.350.240.79-
YUV9.03135.32130.12-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 30.77%
GREEN value IS 5 (2.34% from 255) = 12.82%
BLUE value IS 22 (8.98% from 255) = 56.41%
R=30.77%
G=12.82%
B=56.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal125220.450.7700.91264.7162.965.29
HexC5162D4D05B1093f5
Octal14526551150133411775
Binary110010110110101101100110101011011100001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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