Html Css Color HEX #1B0419 Mardi Gras

📋 copy color: '#1B0419'

red 27 ◦ green 4 ◦ blue 25

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

Shades of Mardi Gras #1B0419

Tints of Mardi Gras #1B0419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.14%

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

R = 48.21%
G = 7.14%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#1B0419 (or 0x1B0419) is known color: Mardi Gras. HEX triplet: 1B, 04 and 19. RGB value is (27,4,25). Sum of RGB (Red+Green+Blue) = 27+4+25=56 (7% of max value = 765). Red value is 27 (10.94% from 255 or 48.21% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 25 (10.16% from 255 or 44.64% from 56); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0419 is #E4FBE6. Grayscale: #0D0D0D. Windows color (decimal): -15006695 or 1639451. OLE color: 1639451.

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

Color convert

RGB 27 4 25 -
CMYK 0 0.85 0.07 0.89
HSL 305.22º 0.74% 0.06% -
HSV(B) 305.22º 0.85% 0.11% -
XYZ 0.67 0.39 0.96 -
YUV 13.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 27 4 25 0 0.85 0.07 0.89 305.22 0.74 0.06
Hex 1B 4 19 0 55 7 59 131 4A 6
Octal 33 4 31 0 125 7 131 461 112 6
Binary 11011 100 11001 0 1010101 111 1011001 100110001 1001010 110

Color Harmonies of #1B0419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0419

Black with #1B0419

Text Example


Text Example

White with #1B0419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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