Html Css Color HEX #1B091A Mardi Gras

📋 copy color: '#1B091A'

red 27 ◦ green 9 ◦ blue 26

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

Shades of Mardi Gras #1B091A

Tints of Mardi Gras #1B091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 41.94%

R = 43.55%
G = 14.52%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.89

RGB Variations

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

Color information

#1B091A (or 0x1B091A) is known color: Mardi Gras. HEX triplet: 1B, 09 and 1A. RGB value is (27,9,26). Sum of RGB (Red+Green+Blue) = 27+9+26=62 (8% of max value = 765). Red value is 27 (10.94% from 255 or 43.55% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 27 - color contains mainly: red. Hex color #1B091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B091A is #E4F6E5. Grayscale: #101010. Windows color (decimal): -15005414 or 1706267. OLE color: 1706267.

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

Color convert

RGB 27 9 26 -
CMYK 0 0.67 0.04 0.89
HSL 303.33º 0.5% 0.07% -
HSV(B) 303.33º 0.67% 0.11% -
XYZ 0.74 0.5 1.04 -
YUV 16.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 27 9 26 0 0.67 0.04 0.89 303.33 0.5 0.07
Hex 1B 9 1A 0 43 4 59 12F 32 7
Octal 33 11 32 0 103 4 131 457 62 7
Binary 11011 1001 11010 0 1000011 100 1011001 100101111 110010 111

Color Harmonies of #1B091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B091A

Black with #1B091A

Text Example


Text Example

White with #1B091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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