Html Css Color HEX #1A0B18 Mardi Gras

📋 copy color: '#1A0B18'

red 26 ◦ green 11 ◦ blue 24

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

Shades of Mardi Gras #1A0B18

Tints of Mardi Gras #1A0B18

RGB

 RED value IS 26 (10.55% from 255) = 42.62%

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

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

R = 42.62%
G = 18.03%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.90

RGB Variations

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

Color information

#1A0B18 (or 0x1A0B18) is known color: Mardi Gras. HEX triplet: 1A, 0B and 18. RGB value is (26,11,24). Sum of RGB (Red+Green+Blue) = 26+11+24=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0B18 is #E5F4E7. Grayscale: #101010. Windows color (decimal): -15070440 or 1575706. OLE color: 1575706.

HSL color Cylindrical-coordinate representation of color #1A0B18: hue angle of 308º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1A0B18 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 11 24 -
CMYK 0 0.58 0.08 0.90
HSL 308º 0.41% 0.07% -
HSV(B) 308º 0.58% 0.1% -
XYZ 0.71 0.52 0.93 -
YUV 16.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 26 11 24 0 0.58 0.08 0.90 308 0.41 0.07
Hex 1A B 18 0 3A 8 5A 134 29 7
Octal 32 13 30 0 72 10 132 464 51 7
Binary 11010 1011 11000 0 111010 1000 1011010 100110100 101001 111

Color Harmonies of #1A0B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0B18

Black with #1A0B18

Text Example


Text Example

White with #1A0B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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