Html Css Color HEX #1B161B Mardi Gras

📋 copy color: '#1B161B'

red 27 ◦ green 22 ◦ blue 27

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

Shades of Mardi Gras #1B161B

Tints of Mardi Gras #1B161B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 28.95%

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

R = 35.53%
G = 28.95%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1B161B (or 0x1B161B) is known color: Mardi Gras. HEX triplet: 1B, 16 and 1B. RGB value is (27,22,27). Sum of RGB (Red+Green+Blue) = 27+22+27=76 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.53% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 27 - color contains mainly: red, blue. Hex color #1B161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B161B is #E4E9E4. Grayscale: #181818. Windows color (decimal): -15002085 or 1775131. OLE color: 1775131.

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

Color convert

RGB 27 22 27 -
CMYK 0 0.19 0 0.89
HSL 300º 0.1% 0.1% -
HSV(B) 300º 0.19% 0.11% -
XYZ 0.94 0.89 1.16 -
YUV 24.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 27 22 27 0 0.19 0 0.89 300 0.1 0.1
Hex 1B 16 1B 0 13 0 59 12C A A
Octal 33 26 33 0 23 0 131 454 12 12
Binary 11011 10110 11011 0 10011 0 1011001 100101100 1010 1010

Color Harmonies of #1B161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B161B

Black with #1B161B

Text Example


Text Example

White with #1B161B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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