#230323

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

Shades of Mardi Gras #230323

Tints of Mardi Gras #230323

Color information

#230323 (or 0x230323) is unknown color: approx Mardi Gras. HEX triplet: 23, 03 and 23. RGB value is (35,3,35). Sum of RGB (Red+Green+Blue) = 35+3+35=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 35 (14.06% from 255 or 47.95% from 73); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #230323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230323 is #DCFCDC. Grayscale: #101010. Windows color (decimal): -14482653 or 2294563. OLE color: 2294563.

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

Color convert

RGB35335-
CMYK00.9100.86
HSL300º84.21%7.45%-
HSV(B)300º91.43%13.73%-
XYZ1.030.541.64-
YUV16.22138.6141.4-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.95%
GREEN value IS 3 (1.56% from 255) = 4.11%
BLUE value IS 35 (14.06% from 255) = 47.95%
R=47.95%
G=4.11%
B=47.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3533500.9100.8630084.217.45
Hex2332305B05612c547
Octal43343013301264541247
Binary1000111110001101011011010101101001011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230323; }

 p { color: rgb(35,3,35); }

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

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

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

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

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

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

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