#233935

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

Shades of Aztec #233935

Tints of Aztec #233935

Color information

#233935 (or 0x233935) is unknown color: approx Aztec. HEX triplet: 23, 39 and 35. RGB value is (35,57,53). Sum of RGB (Red+Green+Blue) = 35+57+53=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 57 - color contains mainly: green. Hex color #233935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233935 is #DCC6CA. Grayscale: #313131. Windows color (decimal): -14468811 or 3488035. OLE color: 3488035.

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

Color convert

RGB355753-
CMYK0.3900.070.78
HSL169.09º23.91%18.04%-
HSV(B)169.09º38.6%22.35%-
XYZ2.83.543.9-
YUV49.97129.71117.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.14%
GREEN value IS 57 (22.66% from 255) = 39.31%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=24.14%
G=39.31%
B=36.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3557530.3900.070.78169.0923.9118.04
Hex23393527074Ea91812
Octal43716547071162513022
Binary10001111100111010110011101111001110101010011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233935; }

 p { color: rgb(35,57,53); }

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

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

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

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

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

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

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