Html Css Color HEX #1B0119 Mardi Gras

📋 copy color: '#1B0119'

red 27 ◦ green 1 ◦ blue 25

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

Shades of Mardi Gras #1B0119

Tints of Mardi Gras #1B0119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.89%

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

R = 50.94%
G = 1.89%
B = 47.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#1B0119 (or 0x1B0119) is known color: Mardi Gras. HEX triplet: 1B, 01 and 19. RGB value is (27,1,25). Sum of RGB (Red+Green+Blue) = 27+1+25=53 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50.94% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0119 is #E4FEE6. Grayscale: #0B0B0B. Windows color (decimal): -15007463 or 1638683. OLE color: 1638683.

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

Color convert

RGB 27 1 25 -
CMYK 0 0.96 0.07 0.89
HSL 304.62º 0.93% 0.05% -
HSV(B) 304.62º 0.96% 0.11% -
XYZ 0.64 0.32 0.95 -
YUV 11.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 27 1 25 0 0.96 0.07 0.89 304.62 0.93 0.05
Hex 1B 1 19 0 60 7 59 131 5D 5
Octal 33 1 31 0 140 7 131 461 135 5
Binary 11011 1 11001 0 1100000 111 1011001 100110001 1011101 101

Color Harmonies of #1B0119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0119

Black with #1B0119

Text Example


Text Example

White with #1B0119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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