Html Css Color HEX #1B131C Mardi Gras

📋 copy color: '#1B131C'

red 27 ◦ green 19 ◦ blue 28

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

Shades of Mardi Gras #1B131C

Tints of Mardi Gras #1B131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.68%

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

R = 36.49%
G = 25.68%
B = 37.84%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1B131C (or 0x1B131C) is known color: Mardi Gras. HEX triplet: 1B, 13 and 1C. RGB value is (27,19,28). Sum of RGB (Red+Green+Blue) = 27+19+28=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 28 - color contains mainly: blue. Hex color #1B131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B131C is #E4ECE3. Grayscale: #161616. Windows color (decimal): -15002852 or 1839899. OLE color: 1839899.

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

Color convert

RGB 27 19 28 -
CMYK 0.04 0.32 0 0.89
HSL 293.33º 0.19% 0.09% -
HSV(B) 293.33º 0.32% 0.11% -
XYZ 0.89 0.78 1.2 -
YUV 22.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 27 19 28 0.04 0.32 0 0.89 293.33 0.19 0.09
Hex 1B 13 1C 4 20 0 59 125 13 9
Octal 33 23 34 4 40 0 131 445 23 11
Binary 11011 10011 11100 100 100000 0 1011001 100100101 10011 1001

Color Harmonies of #1B131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B131C

Black with #1B131C

Text Example


Text Example

White with #1B131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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