Html Css Color HEX #240427 Mardi Gras

📋 copy color: '#240427'

red 36 ◦ green 4 ◦ blue 39

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

Shades of Mardi Gras #240427

Tints of Mardi Gras #240427

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.06%

 BLUE value IS 39 (15.63% from 255) = 49.37%

R = 45.57%
G = 5.06%
B = 49.37%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#240427 (or 0x240427) is known color: Mardi Gras. HEX triplet: 24, 04 and 27. RGB value is (36,4,39). Sum of RGB (Red+Green+Blue) = 36+4+39=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 39 (15.62% from 255 or 49.37% from 79); Max value from RGB is 39 - color contains mainly: blue. Hex color #240427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240427 is #DBFBD8. Grayscale: #111111. Windows color (decimal): -14416857 or 2556964. OLE color: 2556964.

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

Color convert

RGB 36 4 39 -
CMYK 0.08 0.90 0 0.85
HSL 294.86º 0.81% 0.08% -
HSV(B) 294.86º 0.9% 0.15% -
XYZ 1.14 0.61 1.98 -
YUV 17.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 36 4 39 0.08 0.90 0 0.85 294.86 0.81 0.08
Hex 24 4 27 8 5A 0 55 127 51 8
Octal 44 4 47 10 132 0 125 447 121 10
Binary 100100 100 100111 1000 1011010 0 1010101 100100111 1010001 1000

Color Harmonies of #240427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240427

Black with #240427

Text Example


Text Example

White with #240427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240427; }

 p { color: rgb(36,4,39); }

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

background-color css

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

 a { background-color: rgb(36,4,39); }

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

border-color css

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

 span { border-color: rgb(36,4,39); }

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