Html Css Color HEX #1B0319 Mardi Gras

📋 copy color: '#1B0319'

red 27 ◦ green 3 ◦ blue 25

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

Shades of Mardi Gras #1B0319

Tints of Mardi Gras #1B0319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.45%

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

R = 49.09%
G = 5.45%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#1B0319 (or 0x1B0319) is known color: Mardi Gras. HEX triplet: 1B, 03 and 19. RGB value is (27,3,25). Sum of RGB (Red+Green+Blue) = 27+3+25=55 (7% of max value = 765). Red value is 27 (10.94% from 255 or 49.09% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 25 (10.16% from 255 or 45.45% from 55); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0319 is #E4FCE6. Grayscale: #0C0C0C. Windows color (decimal): -15006951 or 1639195. OLE color: 1639195.

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

Color convert

RGB 27 3 25 -
CMYK 0 0.89 0.07 0.89
HSL 305º 0.8% 0.06% -
HSV(B) 305º 0.89% 0.11% -
XYZ 0.66 0.37 0.96 -
YUV 12.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 27 3 25 0 0.89 0.07 0.89 305 0.8 0.06
Hex 1B 3 19 0 59 7 59 131 50 6
Octal 33 3 31 0 131 7 131 461 120 6
Binary 11011 11 11001 0 1011001 111 1011001 100110001 1010000 110

Color Harmonies of #1B0319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0319

Black with #1B0319

Text Example


Text Example

White with #1B0319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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