Html Css Color HEX #1B0619 Mardi Gras

📋 copy color: '#1B0619'

red 27 ◦ green 6 ◦ blue 25

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

Shades of Mardi Gras #1B0619

Tints of Mardi Gras #1B0619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10.34%

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

R = 46.55%
G = 10.34%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#1B0619 (or 0x1B0619) is known color: Mardi Gras. HEX triplet: 1B, 06 and 19. RGB value is (27,6,25). Sum of RGB (Red+Green+Blue) = 27+6+25=58 (7% of max value = 765). Red value is 27 (10.94% from 255 or 46.55% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 25 (10.16% from 255 or 43.10% from 58); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0619 is #E4F9E6. Grayscale: #0E0E0E. Windows color (decimal): -15006183 or 1639963. OLE color: 1639963.

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

Color convert

RGB 27 6 25 -
CMYK 0 0.78 0.07 0.89
HSL 305.71º 0.64% 0.06% -
HSV(B) 305.71º 0.78% 0.11% -
XYZ 0.69 0.43 0.97 -
YUV 14.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 27 6 25 0 0.78 0.07 0.89 305.71 0.64 0.06
Hex 1B 6 19 0 4E 7 59 132 40 6
Octal 33 6 31 0 116 7 131 462 100 6
Binary 11011 110 11001 0 1001110 111 1011001 100110010 1000000 110

Color Harmonies of #1B0619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0619

Black with #1B0619

Text Example


Text Example

White with #1B0619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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