Html Css Color HEX #1B0B19 Mardi Gras

📋 copy color: '#1B0B19'

red 27 ◦ green 11 ◦ blue 25

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

Shades of Mardi Gras #1B0B19

Tints of Mardi Gras #1B0B19

RGB

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

 GREEN value IS 11 (4.69% from 255) = 17.46%

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

R = 42.86%
G = 17.46%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#1B0B19 (or 0x1B0B19) is known color: Mardi Gras. HEX triplet: 1B, 0B and 19. RGB value is (27,11,25). Sum of RGB (Red+Green+Blue) = 27+11+25=63 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.86% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0B19 is #E4F4E6. Grayscale: #111111. Windows color (decimal): -15004903 or 1641243. OLE color: 1641243.

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

Color convert

RGB 27 11 25 -
CMYK 0 0.59 0.07 0.89
HSL 307.5º 0.42% 0.07% -
HSV(B) 307.5º 0.59% 0.11% -
XYZ 0.75 0.54 0.99 -
YUV 17.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 27 11 25 0 0.59 0.07 0.89 307.5 0.42 0.07
Hex 1B B 19 0 3B 7 59 134 2A 7
Octal 33 13 31 0 73 7 131 464 52 7
Binary 11011 1011 11001 0 111011 111 1011001 100110100 101010 111

Color Harmonies of #1B0B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0B19

Black with #1B0B19

Text Example


Text Example

White with #1B0B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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