Html Css Color HEX #1B141B Mardi Gras

📋 copy color: '#1B141B'

red 27 ◦ green 20 ◦ blue 27

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

Shades of Mardi Gras #1B141B

Tints of Mardi Gras #1B141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 27.03%

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

R = 36.49%
G = 27.03%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1B141B (or 0x1B141B) is known color: Mardi Gras. HEX triplet: 1B, 14 and 1B. RGB value is (27,20,27). Sum of RGB (Red+Green+Blue) = 27+20+27=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 27 - color contains mainly: red, blue. Hex color #1B141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B141B is #E4EBE4. Grayscale: #161616. Windows color (decimal): -15002597 or 1774619. OLE color: 1774619.

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

Color convert

RGB 27 20 27 -
CMYK 0 0.26 0 0.89
HSL 300º 0.15% 0.09% -
HSV(B) 300º 0.26% 0.11% -
XYZ 0.9 0.81 1.15 -
YUV 22.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 27 20 27 0 0.26 0 0.89 300 0.15 0.09
Hex 1B 14 1B 0 1A 0 59 12C F 9
Octal 33 24 33 0 32 0 131 454 17 11
Binary 11011 10100 11011 0 11010 0 1011001 100101100 1111 1001

Color Harmonies of #1B141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B141B

Black with #1B141B

Text Example


Text Example

White with #1B141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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