Html Css Color HEX #1B151B Mardi Gras

📋 copy color: '#1B151B'

red 27 ◦ green 21 ◦ blue 27

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

Shades of Mardi Gras #1B151B

Tints of Mardi Gras #1B151B

RGB

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

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

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

R = 36%
G = 28%
B = 36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1B151B (or 0x1B151B) is known color: Mardi Gras. HEX triplet: 1B, 15 and 1B. RGB value is (27,21,27). Sum of RGB (Red+Green+Blue) = 27+21+27=75 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 27 - color contains mainly: red, blue. Hex color #1B151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B151B is #E4EAE4. Grayscale: #171717. Windows color (decimal): -15002341 or 1774875. OLE color: 1774875.

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

Color convert

RGB 27 21 27 -
CMYK 0 0.22 0 0.89
HSL 300º 0.13% 0.09% -
HSV(B) 300º 0.22% 0.11% -
XYZ 0.92 0.85 1.15 -
YUV 23.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 27 21 27 0 0.22 0 0.89 300 0.13 0.09
Hex 1B 15 1B 0 16 0 59 12C C 9
Octal 33 25 33 0 26 0 131 454 14 11
Binary 11011 10101 11011 0 10110 0 1011001 100101100 1100 1001

Color Harmonies of #1B151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B151B

Black with #1B151B

Text Example


Text Example

White with #1B151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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