#230820

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

Shades of Mardi Gras #230820

Tints of Mardi Gras #230820

Color information

#230820 (or 0x230820) is unknown color: approx Mardi Gras. HEX triplet: 23, 08 and 20. RGB value is (35,8,32). Sum of RGB (Red+Green+Blue) = 35+8+32=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #230820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230820 is #DCF7DF. Grayscale: #121212. Windows color (decimal): -14481376 or 2099235. OLE color: 2099235.

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

Color convert

RGB35832-
CMYK00.770.090.86
HSL306.67º62.79%8.43%-
HSV(B)306.67º77.14%13.73%-
XYZ1.040.641.43-
YUV18.81135.45139.55-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.67%
GREEN value IS 8 (3.52% from 255) = 10.67%
BLUE value IS 32 (12.89% from 255) = 42.67%
R=46.67%
G=10.67%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3583200.770.090.86306.6762.798.43
Hex2382004D9561333f8
Octal4310400115111264637710
Binary100011100010000001001101100110101101001100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230820; }

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

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

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

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

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

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

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

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