Html Css Color HEX #240A25 Mardi Gras

📋 copy color: '#240A25'

red 36 ◦ green 10 ◦ blue 37

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

Shades of Mardi Gras #240A25

Tints of Mardi Gras #240A25

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.05%

 BLUE value IS 37 (14.84% from 255) = 44.58%

R = 43.37%
G = 12.05%
B = 44.58%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#240A25 (or 0x240A25) is known color: Mardi Gras. HEX triplet: 24, 0A and 25. RGB value is (36,10,37). Sum of RGB (Red+Green+Blue) = 36+10+37=83 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.37% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 37 (14.84% from 255 or 44.58% from 83); Max value from RGB is 37 - color contains mainly: blue. Hex color #240A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240A25 is #DBF5DA. Grayscale: #141414. Windows color (decimal): -14415323 or 2427428. OLE color: 2427428.

HSL color Cylindrical-coordinate representation of color #240A25: hue angle of 297.78º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #240A25 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 10 37 -
CMYK 0.03 0.73 0 0.85
HSL 297.78º 0.57% 0.09% -
HSV(B) 297.78º 0.73% 0.15% -
XYZ 1.17 0.73 1.83 -
YUV 20.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 36 10 37 0.03 0.73 0 0.85 297.78 0.57 0.09
Hex 24 A 25 3 49 0 55 12A 39 9
Octal 44 12 45 3 111 0 125 452 71 11
Binary 100100 1010 100101 11 1001001 0 1010101 100101010 111001 1001

Color Harmonies of #240A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240A25

Black with #240A25

Text Example


Text Example

White with #240A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,10,37); }

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

background-color css

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

 a { background-color: rgb(36,10,37); }

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

border-color css

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

 span { border-color: rgb(36,10,37); }

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