#0C0316

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

Shades of Blackcurrant #0C0316

Tints of Blackcurrant #0C0316

Color information

#0C0316 (or 0x0C0316) is unknown color: approx Blackcurrant. HEX triplet: 0C, 03 and 16. RGB value is (12,3,22). Sum of RGB (Red+Green+Blue) = 12+3+22=37 (4% of max value = 765). Red value is 12 (5.08% from 255 or 32.43% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 22 (8.98% from 255 or 59.46% from 37); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C0316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0316 is #F3FCE9. Grayscale: #070707. Windows color (decimal): -15989994 or 1442572. OLE color: 1442572.

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

Color convert

RGB12322-
CMYK0.450.8600.91
HSL268.42º76%4.9%-
HSV(B)268.42º86.36%8.63%-
XYZ0.330.20.78-
YUV7.86135.98130.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 32.43%
GREEN value IS 3 (1.56% from 255) = 8.11%
BLUE value IS 22 (8.98% from 255) = 59.46%
R=32.43%
G=8.11%
B=59.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal123220.450.8600.91268.42764.9
HexC3162D5605B10c4c5
Octal143265512601334141145
Binary110011101101011011010110010110111000011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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