#0D0E05

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

Shades of Maire #0D0E05

Tints of Maire #0D0E05

Color information

#0D0E05 (or 0x0D0E05) is unknown color: approx Maire. HEX triplet: 0D, 0E and 05. RGB value is (13,14,5). Sum of RGB (Red+Green+Blue) = 13+14+5=32 (4% of max value = 765). Red value is 13 (5.47% from 255 or 40.62% from 32); Green value is 14 (5.86% from 255 or 43.75% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 14 - color contains mainly: green. Hex color #0D0E05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0E05 is #F2F1FA. Grayscale: #0C0C0C. Windows color (decimal): -15921659 or 331277. OLE color: 331277.

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

Color convert

RGB13145-
CMYK0.0700.640.95
HSL66.67º47.37%3.73%-
HSV(B)66.67º64.29%5.49%-
XYZ0.350.410.2-
YUV12.68123.67128.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 40.62%
GREEN value IS 14 (5.86% from 255) = 43.75%
BLUE value IS 5 (2.34% from 255) = 15.62%
R=40.62%
G=43.75%
B=15.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal131450.0700.640.9566.6747.373.73
HexDE570405F432f4
Octal1516570100137103574
Binary110111101011110100000010111111000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,14,5); }

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

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

 a { background-color: rgb(13,14,5); }

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

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

 span { border-color: rgb(13,14,5); }

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