#0C041D

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

Shades of Blackcurrant #0C041D

Tints of Blackcurrant #0C041D

Color information

#0C041D (or 0x0C041D) is unknown color: approx Blackcurrant. HEX triplet: 0C, 04 and 1D. RGB value is (12,4,29). Sum of RGB (Red+Green+Blue) = 12+4+29=45 (5% of max value = 765). Red value is 12 (5.08% from 255 or 26.67% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 29 (11.72% from 255 or 64.44% from 45); Max value from RGB is 29 - color contains mainly: blue. Hex color #0C041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C041D is #F3FBE2. Grayscale: #090909. Windows color (decimal): -15989731 or 1901580. OLE color: 1901580.

HSL color Cylindrical-coordinate representation of color #0C041D: hue angle of 259.2º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C041D is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB12429-
CMYK0.590.8600.89
HSL259.2º75.76%6.47%-
HSV(B)259.2º86.21%11.37%-
XYZ0.420.251.19-
YUV9.24139.15129.97-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 26.67%
GREEN value IS 4 (1.95% from 255) = 8.89%
BLUE value IS 29 (11.72% from 255) = 64.44%
R=26.67%
G=8.89%
B=64.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal124290.590.8600.89259.275.766.47
HexC41D3B560591034c6
Octal144357312601314031146
Binary1100100111011110111010110010110011000000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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