#0C0902

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

Shades of Maire #0C0902

Tints of Maire #0C0902

Color information

#0C0902 (or 0x0C0902) is unknown color: approx Maire. HEX triplet: 0C, 09 and 02. RGB value is (12,9,2). Sum of RGB (Red+Green+Blue) = 12+9+2=23 (3% of max value = 765). Red value is 12 (5.08% from 255 or 52.17% from 23); Green value is 9 (3.91% from 255 or 39.13% from 23); Blue value is 2 (1.17% from 255 or 8.70% from 23); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0902 is #F3F6FD. Grayscale: #090909. Windows color (decimal): -15988478 or 133388. OLE color: 133388.

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

Color convert

RGB1292-
CMYK00.250.830.95
HSL42º71.43%2.75%-
HSV(B)42º83.33%4.71%-
XYZ0.260.280.1-
YUV9.1123.99130.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 52.17%
GREEN value IS 9 (3.91% from 255) = 39.13%
BLUE value IS 2 (1.17% from 255) = 8.70%
R=52.17%
G=39.13%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal129200.250.830.954271.432.75
HexC92019535F2a473
Octal14112031123137521073
Binary110010011001100110100111011111101010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,9,2); }

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

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

 a { background-color: rgb(12,9,2); }

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

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

 span { border-color: rgb(12,9,2); }

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