#230821

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

Shades of Mardi Gras #230821

Tints of Mardi Gras #230821

Color information

#230821 (or 0x230821) is unknown color: approx Mardi Gras. HEX triplet: 23, 08 and 21. RGB value is (35,8,33). Sum of RGB (Red+Green+Blue) = 35+8+33=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 33 (13.28% from 255 or 43.42% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #230821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230821 is #DCF7DE. Grayscale: #121212. Windows color (decimal): -14481375 or 2164771. OLE color: 2164771.

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

Color convert

RGB35833-
CMYK00.770.060.86
HSL304.44º62.79%8.43%-
HSV(B)304.44º77.14%13.73%-
XYZ1.050.641.51-
YUV18.92135.95139.47-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.05%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 33 (13.28% from 255) = 43.42%
R=46.05%
G=10.53%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3583300.770.060.86304.4462.798.43
Hex2382104D6561303f8
Octal431041011561264607710
Binary10001110001000010100110111010101101001100001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230821; }

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

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

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

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

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

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

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

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