#230520

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

Shades of Mardi Gras #230520

Tints of Mardi Gras #230520

Color information

#230520 (or 0x230520) is unknown color: approx Mardi Gras. HEX triplet: 23, 05 and 20. RGB value is (35,5,32). Sum of RGB (Red+Green+Blue) = 35+5+32=72 (9% of max value = 765). Red value is 35 (14.06% from 255 or 48.61% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 32 (12.89% from 255 or 44.44% from 72); Max value from RGB is 35 - color contains mainly: red. Hex color #230520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230520 is #DCFADF. Grayscale: #101010. Windows color (decimal): -14482144 or 2098467. OLE color: 2098467.

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

Color convert

RGB35532-
CMYK00.860.090.86
HSL306º75%7.84%-
HSV(B)306º85.71%13.73%-
XYZ1.010.571.42-
YUV17.05136.44140.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 48.61%
GREEN value IS 5 (2.34% from 255) = 6.94%
BLUE value IS 32 (12.89% from 255) = 44.44%
R=48.61%
G=6.94%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3553200.860.090.86306757.84
Hex235200569561324b8
Octal4354001261112646211310
Binary100011101100000010101101001101011010011001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230520; }

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

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

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

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

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

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

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

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