Html Css Color HEX #240125 Mardi Gras

📋 copy color: '#240125'

red 36 ◦ green 1 ◦ blue 37

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

Shades of Mardi Gras #240125

Tints of Mardi Gras #240125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.35%

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

R = 48.65%
G = 1.35%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#240125 (or 0x240125) is known color: Mardi Gras. HEX triplet: 24, 01 and 25. RGB value is (36,1,37). Sum of RGB (Red+Green+Blue) = 36+1+37=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #240125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240125 is #DBFEDA. Grayscale: #0F0F0F. Windows color (decimal): -14417627 or 2425124. OLE color: 2425124.

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

Color convert

RGB 36 1 37 -
CMYK 0.03 0.97 0 0.85
HSL 298.33º 0.95% 0.07% -
HSV(B) 298.33º 0.97% 0.15% -
XYZ 1.07 0.53 1.8 -
YUV 15.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 36 1 37 0.03 0.97 0 0.85 298.33 0.95 0.07
Hex 24 1 25 3 61 0 55 12A 5F 7
Octal 44 1 45 3 141 0 125 452 137 7
Binary 100100 1 100101 11 1100001 0 1010101 100101010 1011111 111

Color Harmonies of #240125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240125

Black with #240125

Text Example


Text Example

White with #240125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240125; }

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

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

background-color css

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

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

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

border-color css

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

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

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