#0C040F

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

Shades of Blackcurrant #0C040F

Tints of Blackcurrant #0C040F

Color information

#0C040F (or 0x0C040F) is unknown color: approx Blackcurrant. HEX triplet: 0C, 04 and 0F. RGB value is (12,4,15). Sum of RGB (Red+Green+Blue) = 12+4+15=31 (4% of max value = 765). Red value is 12 (5.08% from 255 or 38.71% from 31); Green value is 4 (1.95% from 255 or 12.90% from 31); Blue value is 15 (6.25% from 255 or 48.39% from 31); Max value from RGB is 15 - color contains mainly: blue. Hex color #0C040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C040F is #F3FBF0. Grayscale: #070707. Windows color (decimal): -15989745 or 984076. OLE color: 984076.

HSL color Cylindrical-coordinate representation of color #0C040F: hue angle of 283.64º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C040F is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB12415-
CMYK0.200.7300.94
HSL283.64º57.89%3.73%-
HSV(B)283.64º73.33%5.88%-
XYZ0.280.20.48-
YUV7.65132.15131.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 38.71%
GREEN value IS 4 (1.95% from 255) = 12.90%
BLUE value IS 15 (6.25% from 255) = 48.39%
R=38.71%
G=12.90%
B=48.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal124150.200.7300.94283.6457.893.73
HexC4F144905E11c3a4
Octal14417241110136434724
Binary1100100111110100100100101011110100011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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