#230220

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

Shades of Mardi Gras #230220

Tints of Mardi Gras #230220

Color information

#230220 (or 0x230220) is unknown color: approx Mardi Gras. HEX triplet: 23, 02 and 20. RGB value is (35,2,32). Sum of RGB (Red+Green+Blue) = 35+2+32=69 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50.72% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 32 (12.89% from 255 or 46.38% from 69); Max value from RGB is 35 - color contains mainly: red. Hex color #230220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230220 is #DCFDDF. Grayscale: #0F0F0F. Windows color (decimal): -14482912 or 2097699. OLE color: 2097699.

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

Color convert

RGB35232-
CMYK00.940.090.86
HSL305.45º89.19%7.25%-
HSV(B)305.45º94.29%13.73%-
XYZ0.980.511.41-
YUV15.29137.43142.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 50.72%
GREEN value IS 2 (1.17% from 255) = 2.90%
BLUE value IS 32 (12.89% from 255) = 46.38%
R=50.72%
G=2.90%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3523200.940.090.86305.4589.197.25
Hex2322005E956131597
Octal432400136111264611317
Binary1000111010000001011110100110101101001100011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230220; }

 p { color: rgb(35,2,32); }

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

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

 a { background-color: rgb(35,2,32); }

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

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

 span { border-color: rgb(35,2,32); }

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