Html Css Color HEX #1B111B Mardi Gras

📋 copy color: '#1B111B'

red 27 ◦ green 17 ◦ blue 27

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

Shades of Mardi Gras #1B111B

Tints of Mardi Gras #1B111B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 23.94%

 BLUE value IS 27 (10.94% from 255) = 38.03%

R = 38.03%
G = 23.94%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1B111B (or 0x1B111B) is known color: Mardi Gras. HEX triplet: 1B, 11 and 1B. RGB value is (27,17,27). Sum of RGB (Red+Green+Blue) = 27+17+27=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 27 - color contains mainly: red, blue. Hex color #1B111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B111B is #E4EEE4. Grayscale: #151515. Windows color (decimal): -15003365 or 1773851. OLE color: 1773851.

HSL color Cylindrical-coordinate representation of color #1B111B: hue angle of 300º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1B111B is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 17 27 -
CMYK 0 0.37 0 0.89
HSL 300º 0.23% 0.09% -
HSV(B) 300º 0.37% 0.11% -
XYZ 0.85 0.71 1.13 -
YUV 21.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 27 17 27 0 0.37 0 0.89 300 0.23 0.09
Hex 1B 11 1B 0 25 0 59 12C 17 9
Octal 33 21 33 0 45 0 131 454 27 11
Binary 11011 10001 11011 0 100101 0 1011001 100101100 10111 1001

Color Harmonies of #1B111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B111B

Black with #1B111B

Text Example


Text Example

White with #1B111B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,17,27); }

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

background-color css

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

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

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

border-color css

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

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

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