Html Css Color HEX #190B18 Mardi Gras

📋 copy color: '#190B18'

red 25 ◦ green 11 ◦ blue 24

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

Shades of Mardi Gras #190B18

Tints of Mardi Gras #190B18

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.90

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #190B18: hue angle of 304.29º 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 #190B18 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 11 24 -
CMYK 0 0.56 0.04 0.90
HSL 304.29º 0.39% 0.07% -
HSV(B) 304.29º 0.56% 0.1% -
XYZ 0.69 0.51 0.93 -
YUV 16.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 25 11 24 0 0.56 0.04 0.90 304.29 0.39 0.07
Hex 19 B 18 0 38 4 5A 130 27 7
Octal 31 13 30 0 70 4 132 460 47 7
Binary 11001 1011 11000 0 111000 100 1011010 100110000 100111 111

Color Harmonies of #190B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190B18

Black with #190B18

Text Example


Text Example

White with #190B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190B18; }

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

 H1.HeaderClassName
 {
   color: #190B18;
 }
 .AnyTagClassName
 {
   color: #190B18;
 }
</style>

background-color css

<style>
 a { background-color: #190B18; }

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

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

border-color css

<style>
 span { border-color: #190B18; }

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

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