Html Css Color HEX #0D090D Mardi Gras

📋 copy color: '#0D090D'

red 13 ◦ green 9 ◦ blue 13

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

Shades of Mardi Gras #0D090D

Tints of Mardi Gras #0D090D

RGB

 RED value IS 13 (5.47% from 255) = 37.14%

 GREEN value IS 9 (3.91% from 255) = 25.71%

 BLUE value IS 13 (5.47% from 255) = 37.14%

R = 37.14%
G = 25.71%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0D090D (or 0x0D090D) is known color: Mardi Gras. HEX triplet: 0D, 09 and 0D. RGB value is (13,9,13). Sum of RGB (Red+Green+Blue) = 13+9+13=35 (4% of max value = 765). Red value is 13 (5.47% from 255 or 37.14% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 13 (5.47% from 255 or 37.14% from 35); Max value from RGB is 13 - color contains mainly: red, blue. Hex color #0D090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D090D is #F2F6F2. Grayscale: #0A0A0A. Windows color (decimal): -15922931 or 854285. OLE color: 854285.

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

Color convert

RGB 13 9 13 -
CMYK 0 0.31 0 0.95
HSL 300º 0.18% 0.04% -
HSV(B) 300º 0.31% 0.05% -
XYZ 0.34 0.31 0.42 -
YUV 10.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 13 9 13 0 0.31 0 0.95 300 0.18 0.04
Hex D 9 D 0 1F 0 5F 12C 12 4
Octal 15 11 15 0 37 0 137 454 22 4
Binary 1101 1001 1101 0 11111 0 1011111 100101100 10010 100

Color Harmonies of #0D090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D090D

Black with #0D090D

Text Example


Text Example

White with #0D090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D090D;
 }
 .AnyTagClassName
 {
   color: #0D090D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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