#232123

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

Shades of Mardi Gras #232123

Tints of Mardi Gras #232123

Color information

#232123 (or 0x232123) is unknown color: approx Mardi Gras. HEX triplet: 23, 21 and 23. RGB value is (35,33,35). Sum of RGB (Red+Green+Blue) = 35+33+35=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #232123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232123 is #DCDEDC. Grayscale: #212121. Windows color (decimal): -14474973 or 2302243. OLE color: 2302243.

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

Color convert

RGB353335-
CMYK00.0600.86
HSL300º2.94%13.33%-
HSV(B)300º5.71%13.73%-
XYZ1.541.571.81-
YUV33.83128.66128.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.98%
GREEN value IS 33 (13.28% from 255) = 32.04%
BLUE value IS 35 (14.06% from 255) = 33.98%
R=33.98%
G=32.04%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35333500.0600.863002.9413.33
Hex2321230605612c3d
Octal434143060126454315
Binary100011100001100011011001010110100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232123; }

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

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

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

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

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

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

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

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