Html Css Color HEX #1B0919 Mardi Gras

📋 copy color: '#1B0919'

red 27 ◦ green 9 ◦ blue 25

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

Shades of Mardi Gras #1B0919

Tints of Mardi Gras #1B0919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 40.98%

R = 44.26%
G = 14.75%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#1B0919 (or 0x1B0919) is known color: Mardi Gras. HEX triplet: 1B, 09 and 19. RGB value is (27,9,25). Sum of RGB (Red+Green+Blue) = 27+9+25=61 (8% of max value = 765). Red value is 27 (10.94% from 255 or 44.26% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 25 (10.16% from 255 or 40.98% from 61); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0919 is #E4F6E6. Grayscale: #101010. Windows color (decimal): -15005415 or 1640731. OLE color: 1640731.

HSL color Cylindrical-coordinate representation of color #1B0919: hue angle of 306.67º 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 #1B0919 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 9 25 -
CMYK 0 0.67 0.07 0.89
HSL 306.67º 0.5% 0.07% -
HSV(B) 306.67º 0.67% 0.11% -
XYZ 0.73 0.5 0.98 -
YUV 16.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 27 9 25 0 0.67 0.07 0.89 306.67 0.5 0.07
Hex 1B 9 19 0 43 7 59 133 32 7
Octal 33 11 31 0 103 7 131 463 62 7
Binary 11011 1001 11001 0 1000011 111 1011001 100110011 110010 111

Color Harmonies of #1B0919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0919

Black with #1B0919

Text Example


Text Example

White with #1B0919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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