Html Css Color HEX #240225 Mardi Gras

📋 copy color: '#240225'

red 36 ◦ green 2 ◦ blue 37

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

Shades of Mardi Gras #240225

Tints of Mardi Gras #240225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.67%

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

R = 48%
G = 2.67%
B = 49.33%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#240225 (or 0x240225) is known color: Mardi Gras. HEX triplet: 24, 02 and 25. RGB value is (36,2,37). Sum of RGB (Red+Green+Blue) = 36+2+37=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #240225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240225 is #DBFDDA. Grayscale: #101010. Windows color (decimal): -14417371 or 2425380. OLE color: 2425380.

HSL color Cylindrical-coordinate representation of color #240225: hue angle of 298.29º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240225 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 2 37 -
CMYK 0.03 0.95 0 0.85
HSL 298.29º 0.9% 0.08% -
HSV(B) 298.29º 0.95% 0.15% -
XYZ 1.08 0.55 1.8 -
YUV 16.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 36 2 37 0.03 0.95 0 0.85 298.29 0.9 0.08
Hex 24 2 25 3 5F 0 55 12A 5A 8
Octal 44 2 45 3 137 0 125 452 132 10
Binary 100100 10 100101 11 1011111 0 1010101 100101010 1011010 1000

Color Harmonies of #240225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240225

Black with #240225

Text Example


Text Example

White with #240225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240225; }

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

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

background-color css

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

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

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

border-color css

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

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

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