Html Css Color HEX #180B19 Mardi Gras

📋 copy color: '#180B19'

red 24 ◦ green 11 ◦ blue 25

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

Shades of Mardi Gras #180B19

Tints of Mardi Gras #180B19

RGB

 RED value IS 24 (9.77% from 255) = 40%

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

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

R = 40%
G = 18.33%
B = 41.67%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#180B19 (or 0x180B19) is known color: Mardi Gras. HEX triplet: 18, 0B and 19. RGB value is (24,11,25). Sum of RGB (Red+Green+Blue) = 24+11+25=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 25 (10.16% from 255 or 41.67% from 60); Max value from RGB is 25 - color contains mainly: blue. Hex color #180B19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B19 is #E7F4E6. Grayscale: #101010. Windows color (decimal): -15201511 or 1641240. OLE color: 1641240.

HSL color Cylindrical-coordinate representation of color #180B19: hue angle of 295.71º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #180B19 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 24 11 25 -
CMYK 0.04 0.56 0 0.90
HSL 295.71º 0.39% 0.07% -
HSV(B) 295.71º 0.56% 0.1% -
XYZ 0.67 0.5 0.98 -
YUV 16.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 24 11 25 0.04 0.56 0 0.90 295.71 0.39 0.07
Hex 18 B 19 4 38 0 5A 128 27 7
Octal 30 13 31 4 70 0 132 450 47 7
Binary 11000 1011 11001 100 111000 0 1011010 100101000 100111 111

Color Harmonies of #180B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B19

Black with #180B19

Text Example


Text Example

White with #180B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180B19; }

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

 H1.HeaderClassName
 {
   color: #180B19;
 }
 .AnyTagClassName
 {
   color: #180B19;
 }
</style>

background-color css

<style>
 a { background-color: #180B19; }

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

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

border-color css

<style>
 span { border-color: #180B19; }

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

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