#230720

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

Shades of Mardi Gras #230720

Tints of Mardi Gras #230720

Color information

#230720 (or 0x230720) is unknown color: approx Mardi Gras. HEX triplet: 23, 07 and 20. RGB value is (35,7,32). Sum of RGB (Red+Green+Blue) = 35+7+32=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 35 - color contains mainly: red. Hex color #230720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230720 is #DCF8DF. Grayscale: #121212. Windows color (decimal): -14481632 or 2098979. OLE color: 2098979.

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

Color convert

RGB35732-
CMYK00.800.090.86
HSL306.43º66.67%8.24%-
HSV(B)306.43º80%13.73%-
XYZ1.030.611.43-
YUV18.22135.78139.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.30%
GREEN value IS 7 (3.12% from 255) = 9.46%
BLUE value IS 32 (12.89% from 255) = 43.24%
R=47.30%
G=9.46%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3573200.800.090.86306.4366.678.24
Hex23720050956132438
Octal4374001201112646210310
Binary100011111100000010100001001101011010011001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230720; }

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

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

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

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

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

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

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

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