#0C0D04

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

Shades of Maire #0C0D04

Tints of Maire #0C0D04

Color information

#0C0D04 (or 0x0C0D04) is unknown color: approx Maire. HEX triplet: 0C, 0D and 04. RGB value is (12,13,4). Sum of RGB (Red+Green+Blue) = 12+13+4=29 (3% of max value = 765). Red value is 12 (5.08% from 255 or 41.38% from 29); Green value is 13 (5.47% from 255 or 44.83% from 29); Blue value is 4 (1.95% from 255 or 13.79% from 29); Max value from RGB is 13 - color contains mainly: green. Hex color #0C0D04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0D04 is #F3F2FB. Grayscale: #0B0B0B. Windows color (decimal): -15987452 or 265484. OLE color: 265484.

HSL color Cylindrical-coordinate representation of color #0C0D04: hue angle of 66.67º degrees, saturation: 0.53, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0C0D04 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.95.

Color convert

RGB12134-
CMYK0.0800.690.95
HSL66.67º52.94%3.33%-
HSV(B)66.67º69.23%5.1%-
XYZ0.320.370.17-
YUV11.68123.67128.23-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 41.38%
GREEN value IS 13 (5.47% from 255) = 44.83%
BLUE value IS 4 (1.95% from 255) = 13.79%
R=41.38%
G=44.83%
B=13.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal121340.0800.690.9566.6752.943.33
HexCD480455F43353
Octal14154100105137103653
Binary110011011001000010001011011111100001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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