#230824

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

Shades of Mardi Gras #230824

Tints of Mardi Gras #230824

Color information

#230824 (or 0x230824) is unknown color: approx Mardi Gras. HEX triplet: 23, 08 and 24. RGB value is (35,8,36). Sum of RGB (Red+Green+Blue) = 35+8+36=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 36 (14.45% from 255 or 45.57% from 79); Max value from RGB is 36 - color contains mainly: blue. Hex color #230824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230824 is #DCF7DB. Grayscale: #131313. Windows color (decimal): -14481372 or 2361379. OLE color: 2361379.

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

Color convert

RGB35836-
CMYK0.030.7800.86
HSL297.86º63.64%8.63%-
HSV(B)297.86º77.78%14.12%-
XYZ1.10.661.74-
YUV19.26137.45139.22-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 44.30%
GREEN value IS 8 (3.52% from 255) = 10.13%
BLUE value IS 36 (14.45% from 255) = 45.57%
R=44.30%
G=10.13%
B=45.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal358360.030.7800.86297.8663.648.63
Hex2382434E05612a409
Octal4310443116012645210011
Binary10001110001001001110011100101011010010101010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230824; }

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

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

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

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

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

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

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

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