#0C0118

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

Shades of Blackcurrant #0C0118

Tints of Blackcurrant #0C0118

Color information

#0C0118 (or 0x0C0118) is unknown color: approx Blackcurrant. HEX triplet: 0C, 01 and 18. RGB value is (12,1,24). Sum of RGB (Red+Green+Blue) = 12+1+24=37 (4% of max value = 765). Red value is 12 (5.08% from 255 or 32.43% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 24 (9.77% from 255 or 64.86% from 37); Max value from RGB is 24 - color contains mainly: blue. Hex color #0C0118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0118 is #F3FEE7. Grayscale: #060606. Windows color (decimal): -15990504 or 1573132. OLE color: 1573132.

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

Color convert

RGB12124-
CMYK0.500.9600.91
HSL268.7º92%4.9%-
HSV(B)268.7º95.83%9.41%-
XYZ0.330.170.88-
YUV6.91137.64131.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 32.43%
GREEN value IS 1 (0.78% from 255) = 2.70%
BLUE value IS 24 (9.77% from 255) = 64.86%
R=32.43%
G=2.70%
B=64.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal121240.500.9600.91268.7924.9
HexC118326005B10d5c5
Octal141306214001334151345
Binary11001110001100101100000010110111000011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,1,24); }

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

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

 a { background-color: rgb(12,1,24); }

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

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

 span { border-color: rgb(12,1,24); }

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