Html Css Color HEX #240F26 Mardi Gras

📋 copy color: '#240F26'

red 36 ◦ green 15 ◦ blue 38

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

Shades of Mardi Gras #240F26

Tints of Mardi Gras #240F26

RGB

 RED value IS 36 (14.45% from 255) = 40.45%

 GREEN value IS 15 (6.25% from 255) = 16.85%

 BLUE value IS 38 (15.23% from 255) = 42.7%

R = 40.45%
G = 16.85%
B = 42.7%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#240F26 (or 0x240F26) is known color: Mardi Gras. HEX triplet: 24, 0F and 26. RGB value is (36,15,38). Sum of RGB (Red+Green+Blue) = 36+15+38=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 38 (15.23% from 255 or 42.70% from 89); Max value from RGB is 38 - color contains mainly: blue. Hex color #240F26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240F26 is #DBF0D9. Grayscale: #171717. Windows color (decimal): -14414042 or 2494244. OLE color: 2494244.

HSL color Cylindrical-coordinate representation of color #240F26: hue angle of 294.78º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #240F26 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 15 38 -
CMYK 0.05 0.61 0 0.85
HSL 294.78º 0.43% 0.1% -
HSV(B) 294.78º 0.61% 0.15% -
XYZ 1.25 0.86 1.93 -
YUV 23.9 135.96 136.63 -
System Red Green Blue C M Y K H S L
Decimal 36 15 38 0.05 0.61 0 0.85 294.78 0.43 0.1
Hex 24 F 26 5 3D 0 55 127 2B A
Octal 44 17 46 5 75 0 125 447 53 12
Binary 100100 1111 100110 101 111101 0 1010101 100100111 101011 1010

Color Harmonies of #240F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240F26

Black with #240F26

Text Example


Text Example

White with #240F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240F26; }

 p { color: rgb(36,15,38); }

 H1.HeaderClassName
 {
   color: #240F26;
 }
 .AnyTagClassName
 {
   color: #240F26;
 }
</style>

background-color css

<style>
 a { background-color: #240F26; }

 a { background-color: rgb(36,15,38); }

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

border-color css

<style>
 span { border-color: #240F26; }

 span { border-color: rgb(36,15,38); }

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