#233732

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

Shades of Aztec #233732

Tints of Aztec #233732

Color information

#233732 (or 0x233732) is unknown color: approx Aztec. HEX triplet: 23, 37 and 32. RGB value is (35,55,50). Sum of RGB (Red+Green+Blue) = 35+55+50=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 55 - color contains mainly: green. Hex color #233732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233732 is #DCC8CD. Grayscale: #303030. Windows color (decimal): -14469326 or 3290915. OLE color: 3290915.

HSL color Cylindrical-coordinate representation of color #233732: hue angle of 165º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #233732 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB355550-
CMYK0.3600.090.78
HSL165º22.22%17.65%-
HSV(B)165º36.36%21.57%-
XYZ2.643.323.52-
YUV48.45128.87118.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25%
GREEN value IS 55 (21.88% from 255) = 39.29%
BLUE value IS 50 (19.92% from 255) = 35.71%
R=25%
G=39.29%
B=35.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3555500.3600.090.7816522.2217.65
Hex23373224094Ea51612
Octal436762440111162452622
Binary100011110111110010100100010011001110101001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233732; }

 p { color: rgb(35,55,50); }

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

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

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

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

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

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

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