Html Css Color HEX #230424 Mardi Gras

📋 copy color: '#230424'

red 35 ◦ green 4 ◦ blue 36

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

Shades of Mardi Gras #230424

Tints of Mardi Gras #230424

RGB

 RED value IS 35 (14.06% from 255) = 46.67%

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

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

R = 46.67%
G = 5.33%
B = 48%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#230424 (or 0x230424) is known color: Mardi Gras. HEX triplet: 23, 04 and 24. RGB value is (35,4,36). Sum of RGB (Red+Green+Blue) = 35+4+36=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 36 (14.45% from 255 or 48% from 75); Max value from RGB is 36 - color contains mainly: blue. Hex color #230424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230424 is #DCFBDB. Grayscale: #101010. Windows color (decimal): -14482396 or 2360355. OLE color: 2360355.

HSL color Cylindrical-coordinate representation of color #230424: hue angle of 298.12º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230424 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 4 36 -
CMYK 0.03 0.89 0 0.86
HSL 298.13º 0.8% 0.08% -
HSV(B) 298.13º 0.89% 0.14% -
XYZ 1.05 0.57 1.72 -
YUV 16.92 138.77 140.9 -
System Red Green Blue C M Y K H S L
Decimal 35 4 36 0.03 0.89 0 0.86 298.13 0.8 0.08
Hex 23 4 24 3 59 0 56 12A 50 8
Octal 43 4 44 3 131 0 126 452 120 10
Binary 100011 100 100100 11 1011001 0 1010110 100101010 1010000 1000

Color Harmonies of #230424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230424

Black with #230424

Text Example


Text Example

White with #230424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230424; }

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

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

background-color css

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

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

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

border-color css

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

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

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