Html Css Color HEX #100511 Mardi Gras

📋 copy color: '#100511'

red 16 ◦ green 5 ◦ blue 17

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

Shades of Mardi Gras #100511

Tints of Mardi Gras #100511

RGB

 RED value IS 16 (6.64% from 255) = 42.11%

 GREEN value IS 5 (2.34% from 255) = 13.16%

 BLUE value IS 17 (7.03% from 255) = 44.74%

R = 42.11%
G = 13.16%
B = 44.74%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#100511 (or 0x100511) is known color: Mardi Gras. HEX triplet: 10, 05 and 11. RGB value is (16,5,17). Sum of RGB (Red+Green+Blue) = 16+5+17=38 (5% of max value = 765). Red value is 16 (6.64% from 255 or 42.11% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 17 (7.03% from 255 or 44.74% from 38); Max value from RGB is 17 - color contains mainly: blue. Hex color #100511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100511 is #EFFAEE. Grayscale: #090909. Windows color (decimal): -15727343 or 1115408. OLE color: 1115408.

HSL color Cylindrical-coordinate representation of color #100511: hue angle of 295º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #100511 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 16 5 17 -
CMYK 0.06 0.71 0 0.93
HSL 295º 0.55% 0.04% -
HSV(B) 295º 0.71% 0.07% -
XYZ 0.37 0.26 0.56 -
YUV 9.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 16 5 17 0.06 0.71 0 0.93 295 0.55 0.04
Hex 10 5 11 6 47 0 5D 127 37 4
Octal 20 5 21 6 107 0 135 447 67 4
Binary 10000 101 10001 110 1000111 0 1011101 100100111 110111 100

Color Harmonies of #100511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100511

Black with #100511

Text Example


Text Example

White with #100511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100511; }

 p { color: rgb(16,5,17); }

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

background-color css

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

 a { background-color: rgb(16,5,17); }

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

border-color css

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

 span { border-color: rgb(16,5,17); }

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