#283433

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

Shades of Aztec #283433

Tints of Aztec #283433

Color information

#283433 (or 0x283433) is unknown color: approx Aztec. HEX triplet: 28, 34 and 33. RGB value is (40,52,51). Sum of RGB (Red+Green+Blue) = 40+52+51=143 (18% of max value = 765). Red value is 40 (16.02% from 255 or 27.97% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 52 - color contains mainly: green. Hex color #283433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283433 is #D7CBCC. Grayscale: #303030. Windows color (decimal): -14142413 or 3355688. OLE color: 3355688.

HSL color Cylindrical-coordinate representation of color #283433: hue angle of 175º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #283433 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB405251-
CMYK0.2300.020.80
HSL175º13.04%18.04%-
HSV(B)175º23.08%20.39%-
XYZ2.73.153.6-
YUV48.3129.52122.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.97%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 51 (20.31% from 255) = 35.66%
R=27.97%
G=36.36%
B=35.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4052510.2300.020.8017513.0418.04
Hex283433170250afd12
Octal50646327021202571522
Binary10100011010011001110111010101000010101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283433; }

 p { color: rgb(40,52,51); }

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

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

 a { background-color: rgb(40,52,51); }

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

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

 span { border-color: rgb(40,52,51); }

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