#23312F

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

Shades of Aztec #23312F

Tints of Aztec #23312F

Color information

#23312F (or 0x23312F) is unknown color: approx Aztec. HEX triplet: 23, 31 and 2F. RGB value is (35,49,47). Sum of RGB (Red+Green+Blue) = 35+49+47=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 49 - color contains mainly: green. Hex color #23312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23312F is #DCCED0. Grayscale: #2C2C2C. Windows color (decimal): -14470865 or 3092771. OLE color: 3092771.

HSL color Cylindrical-coordinate representation of color #23312F: hue angle of 171.43º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #23312F is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB354947-
CMYK0.2900.040.81
HSL171.43º16.67%16.47%-
HSV(B)171.43º28.57%19.22%-
XYZ2.32.763.1-
YUV44.59129.36121.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.72%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 47 (18.75% from 255) = 35.88%
R=26.72%
G=37.40%
B=35.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3549470.2900.040.81171.4316.6716.47
Hex23312F1D0451ab1110
Octal43615735041212532120
Binary1000111100011011111110101001010001101010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23312F; }

 p { color: rgb(35,49,47); }

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

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

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

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

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

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

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