Html Css Color HEX #240625 Mardi Gras

📋 copy color: '#240625'

red 36 ◦ green 6 ◦ blue 37

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

Shades of Mardi Gras #240625

Tints of Mardi Gras #240625

RGB

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

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

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

R = 45.57%
G = 7.59%
B = 46.84%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#240625 (or 0x240625) is known color: Mardi Gras. HEX triplet: 24, 06 and 25. RGB value is (36,6,37). Sum of RGB (Red+Green+Blue) = 36+6+37=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: blue. Hex color #240625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240625 is #DBF9DA. Grayscale: #121212. Windows color (decimal): -14416347 or 2426404. OLE color: 2426404.

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

Color convert

RGB 36 6 37 -
CMYK 0.03 0.84 0 0.85
HSL 298.06º 0.72% 0.08% -
HSV(B) 298.06º 0.84% 0.15% -
XYZ 1.13 0.64 1.81 -
YUV 18.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 36 6 37 0.03 0.84 0 0.85 298.06 0.72 0.08
Hex 24 6 25 3 54 0 55 12A 48 8
Octal 44 6 45 3 124 0 125 452 110 10
Binary 100100 110 100101 11 1010100 0 1010101 100101010 1001000 1000

Color Harmonies of #240625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240625

Black with #240625

Text Example


Text Example

White with #240625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240625; }

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

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

background-color css

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

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

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

border-color css

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

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

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