Html Css Color HEX #1B151C Mardi Gras

📋 copy color: '#1B151C'

red 27 ◦ green 21 ◦ blue 28

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

Shades of Mardi Gras #1B151C

Tints of Mardi Gras #1B151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.63%

 BLUE value IS 28 (11.33% from 255) = 36.84%

R = 35.53%
G = 27.63%
B = 36.84%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1B151C (or 0x1B151C) is known color: Mardi Gras. HEX triplet: 1B, 15 and 1C. RGB value is (27,21,28). Sum of RGB (Red+Green+Blue) = 27+21+28=76 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.53% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 28 - color contains mainly: blue. Hex color #1B151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B151C is #E4EAE3. Grayscale: #171717. Windows color (decimal): -15002340 or 1840411. OLE color: 1840411.

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

Color convert

RGB 27 21 28 -
CMYK 0.04 0.25 0 0.89
HSL 291.43º 0.14% 0.1% -
HSV(B) 291.43º 0.25% 0.11% -
XYZ 0.93 0.85 1.21 -
YUV 23.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 27 21 28 0.04 0.25 0 0.89 291.43 0.14 0.1
Hex 1B 15 1C 4 19 0 59 123 E A
Octal 33 25 34 4 31 0 131 443 16 12
Binary 11011 10101 11100 100 11001 0 1011001 100100011 1110 1010

Color Harmonies of #1B151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B151C

Black with #1B151C

Text Example


Text Example

White with #1B151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,21,28); }

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

background-color css

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

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

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

border-color css

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

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

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