#0D0900

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

Shades of Maire #0D0900

Tints of Maire #0D0900

Color information

#0D0900 (or 0x0D0900) is unknown color: approx Maire. HEX triplet: 0D, 09 and 00. RGB value is (13,9,0). Sum of RGB (Red+Green+Blue) = 13+9+0=22 (2% of max value = 765). Red value is 13 (5.47% from 255 or 59.09% from 22); Green value is 9 (3.91% from 255 or 40.91% from 22); Blue value is 0 (0.39% from 255 or 0% from 22); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0900 is #F2F6FF. Grayscale: #090909. Windows color (decimal): -15922944 or 2317. OLE color: 2317.

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

Color convert

RGB1390-
CMYK00.3110.95
HSL41.54º100%2.55%-
HSV(B)41.54º100%5.1%-
XYZ0.260.280.04-
YUV9.17122.83130.73-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 59.09%
GREEN value IS 9 (3.91% from 255) = 40.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.09%
G=40.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal139000.3110.9541.541002.55
HexD9001F645F2a643
Octal15110037144137521443
Binary11011001001111111001001011111101010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,9,0); }

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

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

 a { background-color: rgb(13,9,0); }

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

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

 span { border-color: rgb(13,9,0); }

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