#0C0012

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

Shades of Blackcurrant #0C0012

Tints of Blackcurrant #0C0012

Color information

#0C0012 (or 0x0C0012) is unknown color: approx Blackcurrant. HEX triplet: 0C, 00 and 12. RGB value is (12,0,18). Sum of RGB (Red+Green+Blue) = 12+0+18=30 (3% of max value = 765). Red value is 12 (5.08% from 255 or 40% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 18 (7.42% from 255 or 60% from 30); Max value from RGB is 18 - color contains mainly: blue. Hex color #0C0012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0012 is #F3FFED. Grayscale: #050505. Windows color (decimal): -15990766 or 1179660. OLE color: 1179660.

HSL color Cylindrical-coordinate representation of color #0C0012: hue angle of 280º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0012 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB12018-
CMYK0.33100.93
HSL280º100%3.53%-
HSV(B)280º100%7.06%-
XYZ0.260.120.58-
YUV5.64134.98132.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 60%
R=40%
G=0%
B=60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal120180.33100.932801003.53
HexC012216405D118644
Octal140224114401354301444
Binary11000100101000011100100010111011000110001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,0,18); }

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

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

 a { background-color: rgb(12,0,18); }

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

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

 span { border-color: rgb(12,0,18); }

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