Html Css Color HEX #0D0900 Maire

📋 copy color: '#0D0900'

red 13 ◦ green 9 ◦ blue 0

#0D0900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #0D0900

Tints of Maire #0D0900

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 value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.95

RGB Variations

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

Color information

#0D0900 (or 0x0D0900) is known color: 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

RGB 13 9 0 -
CMYK 0 0.31 1 0.95
HSL 41.54º 1% 0.03% -
HSV(B) 41.54º 1% 0.05% -
XYZ 0.26 0.28 0.04 -
YUV 9.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 13 9 0 0 0.31 1 0.95 41.54 1 0.03
Hex D 9 0 0 1F 64 5F 2A 64 3
Octal 15 11 0 0 37 144 137 52 144 3
Binary 1101 1001 0 0 11111 1100100 1011111 101010 1100100 11

Color Harmonies of #0D0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0900

Black with #0D0900

Text Example


Text Example

White with #0D0900

Text Example


Text Example

HTML Codes & Css Web 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>