#230424

Color #230424 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #230424

Tints of Mardi Gras #230424

Color information

#230424 (or 0x230424) is unknown color: approx 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

RGB35436-
CMYK0.030.8900.86
HSL298.12º80%7.84%-
HSV(B)298.12º88.89%14.12%-
XYZ1.050.571.72-
YUV16.92138.77140.9-

RGB Variations

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

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 (Cyan) values IS 0.03
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal354360.030.8900.86298.12807.84
Hex2342435905612a508
Octal434443131012645212010
Binary1000111001001001110110010101011010010101010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>