Html Css Color HEX #18001A Mardi Gras

📋 copy color: '#18001A'

red 24 ◦ green 0 ◦ blue 26

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

Shades of Mardi Gras #18001A

Tints of Mardi Gras #18001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 26 (10.55% from 255) = 52%

R = 48%
G = 0%
B = 52%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#18001A (or 0x18001A) is known color: Mardi Gras. HEX triplet: 18, 00 and 1A. RGB value is (24,0,26). Sum of RGB (Red+Green+Blue) = 24+0+26=50 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 26 (10.55% from 255 or 52% from 50); Max value from RGB is 26 - color contains mainly: blue. Hex color #18001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18001A is #E7FFE5. Grayscale: #0A0A0A. Windows color (decimal): -15204326 or 1703960. OLE color: 1703960.

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

Color convert

RGB 24 0 26 -
CMYK 0.08 1 0 0.90
HSL 295.38º 1% 0.05% -
HSV(B) 295.38º 1% 0.1% -
XYZ 0.56 0.27 1 -
YUV 10.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 24 0 26 0.08 1 0 0.90 295.38 1 0.05
Hex 18 0 1A 8 64 0 5A 127 64 5
Octal 30 0 32 10 144 0 132 447 144 5
Binary 11000 0 11010 1000 1100100 0 1011010 100100111 1100100 101

Color Harmonies of #18001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18001A

Black with #18001A

Text Example


Text Example

White with #18001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18001A; }

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

 H1.HeaderClassName
 {
   color: #18001A;
 }
 .AnyTagClassName
 {
   color: #18001A;
 }
</style>

background-color css

<style>
 a { background-color: #18001A; }

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

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

border-color css

<style>
 span { border-color: #18001A; }

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

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