#230421

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

Shades of Mardi Gras #230421

Tints of Mardi Gras #230421

Color information

#230421 (or 0x230421) is unknown color: approx Mardi Gras. HEX triplet: 23, 04 and 21. RGB value is (35,4,33). Sum of RGB (Red+Green+Blue) = 35+4+33=72 (9% of max value = 765). Red value is 35 (14.06% from 255 or 48.61% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 33 (13.28% from 255 or 45.83% from 72); Max value from RGB is 35 - color contains mainly: red. Hex color #230421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230421 is #DCFBDE. Grayscale: #101010. Windows color (decimal): -14482399 or 2163747. OLE color: 2163747.

HSL color Cylindrical-coordinate representation of color #230421: hue angle of 303.87º degrees, saturation: 0.79, 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 #230421 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB35433-
CMYK00.890.060.86
HSL303.87º79.49%7.65%-
HSV(B)303.87º88.57%13.73%-
XYZ1.010.551.49-
YUV16.58137.27141.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 48.61%
GREEN value IS 4 (1.95% from 255) = 5.56%
BLUE value IS 33 (13.28% from 255) = 45.83%
R=48.61%
G=5.56%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3543300.890.060.86303.8779.497.65
Hex234210596561304f8
Octal434410131612646011710
Binary10001110010000101011001110101011010011000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230421; }

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

 H1.HeaderClassName
 {
   color: #230421;
 }
 .AnyTagClassName
 {
   color: #230421;
 }
</style>
background-color css

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

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

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

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

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

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