#0C040E

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

Shades of Blackcurrant #0C040E

Tints of Blackcurrant #0C040E

Color information

#0C040E (or 0x0C040E) is unknown color: approx Blackcurrant. HEX triplet: 0C, 04 and 0E. RGB value is (12,4,14). Sum of RGB (Red+Green+Blue) = 12+4+14=30 (3% of max value = 765). Red value is 12 (5.08% from 255 or 40% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 14 (5.86% from 255 or 46.67% from 30); Max value from RGB is 14 - color contains mainly: blue. Hex color #0C040E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C040E is #F3FBF1. Grayscale: #070707. Windows color (decimal): -15989746 or 918540. OLE color: 918540.

HSL color Cylindrical-coordinate representation of color #0C040E: hue angle of 288º degrees, saturation: 0.56, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C040E is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB12414-
CMYK0.140.7100.95
HSL288º55.56%3.53%-
HSV(B)288º71.43%5.49%-
XYZ0.270.20.44-
YUV7.53131.65131.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 40%
GREEN value IS 4 (1.95% from 255) = 13.33%
BLUE value IS 14 (5.86% from 255) = 46.67%
R=40%
G=13.33%
B=46.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal124140.140.7100.9528855.563.53
HexC4EE4705F120384
Octal14416161070137440704
Binary110010011101110100011101011111100100000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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