Html Css Color HEX #18061A Mardi Gras

📋 copy color: '#18061A'

red 24 ◦ green 6 ◦ blue 26

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

Shades of Mardi Gras #18061A

Tints of Mardi Gras #18061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10.71%

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

R = 42.86%
G = 10.71%
B = 46.43%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#18061A (or 0x18061A) is known color: Mardi Gras. HEX triplet: 18, 06 and 1A. RGB value is (24,6,26). Sum of RGB (Red+Green+Blue) = 24+6+26=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 6 (2.73% from 255 or 10.71% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 26 - color contains mainly: blue. Hex color #18061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18061A is #E7F9E5. Grayscale: #0D0D0D. Windows color (decimal): -15202790 or 1705496. OLE color: 1705496.

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

Color convert

RGB 24 6 26 -
CMYK 0.08 0.77 0 0.90
HSL 294º 0.63% 0.06% -
HSV(B) 294º 0.77% 0.1% -
XYZ 0.63 0.4 1.02 -
YUV 13.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 24 6 26 0.08 0.77 0 0.90 294 0.63 0.06
Hex 18 6 1A 8 4D 0 5A 126 3E 6
Octal 30 6 32 10 115 0 132 446 76 6
Binary 11000 110 11010 1000 1001101 0 1011010 100100110 111110 110

Color Harmonies of #18061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18061A

Black with #18061A

Text Example


Text Example

White with #18061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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