Html Css Color HEX #1B091C Mardi Gras

📋 copy color: '#1B091C'

red 27 ◦ green 9 ◦ blue 28

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

Shades of Mardi Gras #1B091C

Tints of Mardi Gras #1B091C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.06%

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

R = 42.19%
G = 14.06%
B = 43.75%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1B091C (or 0x1B091C) is known color: Mardi Gras. HEX triplet: 1B, 09 and 1C. RGB value is (27,9,28). Sum of RGB (Red+Green+Blue) = 27+9+28=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 28 - color contains mainly: blue. Hex color #1B091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B091C is #E4F6E3. Grayscale: #101010. Windows color (decimal): -15005412 or 1837339. OLE color: 1837339.

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

Color convert

RGB 27 9 28 -
CMYK 0.04 0.68 0 0.89
HSL 296.84º 0.51% 0.07% -
HSV(B) 296.84º 0.68% 0.11% -
XYZ 0.76 0.51 1.16 -
YUV 16.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 27 9 28 0.04 0.68 0 0.89 296.84 0.51 0.07
Hex 1B 9 1C 4 44 0 59 129 33 7
Octal 33 11 34 4 104 0 131 451 63 7
Binary 11011 1001 11100 100 1000100 0 1011001 100101001 110011 111

Color Harmonies of #1B091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B091C

Black with #1B091C

Text Example


Text Example

White with #1B091C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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