#0D000D

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

Shades of Mardi Gras #0D000D

Tints of Mardi Gras #0D000D

Color information

#0D000D (or 0x0D000D) is unknown color: approx Mardi Gras. HEX triplet: 0D, 00 and 0D. RGB value is (13,0,13). Sum of RGB (Red+Green+Blue) = 13+0+13=26 (3% of max value = 765). Red value is 13 (5.47% from 255 or 50% from 26); Green value is 0 (0.39% from 255 or 0% from 26); Blue value is 13 (5.47% from 255 or 50% from 26); Max value from RGB is 13 - color contains mainly: red, blue. Hex color #0D000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D000D is #F2FFF2. Grayscale: #050505. Windows color (decimal): -15925235 or 851981. OLE color: 851981.

HSL color Cylindrical-coordinate representation of color #0D000D: hue angle of 300º 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 #0D000D is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB13013-
CMYK0100.95
HSL300º100%2.55%-
HSV(B)300º100%5.1%-
XYZ0.240.110.39-
YUV5.37132.31133.44-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal130130100.953001002.55
HexD0D06405F12c643
Octal15015014401374541443
Binary1101011010110010001011111100101100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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