#0C0416

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

Shades of Blackcurrant #0C0416

Tints of Blackcurrant #0C0416

Color information

#0C0416 (or 0x0C0416) is unknown color: approx Blackcurrant. HEX triplet: 0C, 04 and 16. RGB value is (12,4,22). Sum of RGB (Red+Green+Blue) = 12+4+22=38 (5% of max value = 765). Red value is 12 (5.08% from 255 or 31.58% from 38); Green value is 4 (1.95% from 255 or 10.53% from 38); Blue value is 22 (8.98% from 255 or 57.89% from 38); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C0416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0416 is #F3FBE9. Grayscale: #080808. Windows color (decimal): -15989738 or 1442828. OLE color: 1442828.

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

Color convert

RGB12422-
CMYK0.450.8200.91
HSL266.67º69.23%5.1%-
HSV(B)266.67º81.82%8.63%-
XYZ0.340.220.78-
YUV8.44135.65130.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 31.58%
GREEN value IS 4 (1.95% from 255) = 10.53%
BLUE value IS 22 (8.98% from 255) = 57.89%
R=31.58%
G=10.53%
B=57.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal124220.450.8200.91266.6769.235.1
HexC4162D5205B10b455
Octal144265512201334131055
Binary1100100101101011011010010010110111000010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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