Html Css Color HEX #1B0217 Mardi Gras

📋 copy color: '#1B0217'

red 27 ◦ green 2 ◦ blue 23

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

Shades of Mardi Gras #1B0217

Tints of Mardi Gras #1B0217

RGB

 RED value IS 27 (10.94% from 255) = 51.92%

 GREEN value IS 2 (1.17% from 255) = 3.85%

 BLUE value IS 23 (9.38% from 255) = 44.23%

R = 51.92%
G = 3.85%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.89

RGB Variations

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

Color information

#1B0217 (or 0x1B0217) is known color: Mardi Gras. HEX triplet: 1B, 02 and 17. RGB value is (27,2,23). Sum of RGB (Red+Green+Blue) = 27+2+23=52 (6% of max value = 765). Red value is 27 (10.94% from 255 or 51.92% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0217 is #E4FDE8. Grayscale: #0B0B0B. Windows color (decimal): -15007209 or 1507867. OLE color: 1507867.

HSL color Cylindrical-coordinate representation of color #1B0217: hue angle of 309.6º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B0217 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 2 23 -
CMYK 0 0.93 0.15 0.89
HSL 309.6º 0.86% 0.06% -
HSV(B) 309.6º 0.93% 0.11% -
XYZ 0.63 0.34 0.84 -
YUV 11.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 27 2 23 0 0.93 0.15 0.89 309.6 0.86 0.06
Hex 1B 2 17 0 5D F 59 136 56 6
Octal 33 2 27 0 135 17 131 466 126 6
Binary 11011 10 10111 0 1011101 1111 1011001 100110110 1010110 110

Color Harmonies of #1B0217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0217

Black with #1B0217

Text Example


Text Example

White with #1B0217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B0217; }

 p { color: rgb(27,2,23); }

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

background-color css

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

 a { background-color: rgb(27,2,23); }

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

border-color css

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

 span { border-color: rgb(27,2,23); }

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