Html Css Color HEX #283231 Aztec

📋 copy color: '#283231'

red 40 ◦ green 50 ◦ blue 49

#283231
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aztec #283231

Tints of Aztec #283231

RGB

 RED value IS 40 (16.02% from 255) = 28.78%

 GREEN value IS 50 (19.92% from 255) = 35.97%

 BLUE value IS 49 (19.53% from 255) = 35.25%

R = 28.78%
G = 35.97%
B = 35.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#283231 (or 0x283231) is known color: Aztec. HEX triplet: 28, 32 and 31. RGB value is (40,50,49). Sum of RGB (Red+Green+Blue) = 40+50+49=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 50 - color contains mainly: green. Hex color #283231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283231 is #D7CDCE. Grayscale: #2E2E2E. Windows color (decimal): -14142927 or 3224104. OLE color: 3224104.

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

Color convert

RGB 40 50 49 -
CMYK 0.20 0 0.02 0.80
HSL 174º 0.11% 0.18% -
HSV(B) 174º 0.2% 0.2% -
XYZ 2.57 2.95 3.34 -
YUV 46.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 40 50 49 0.20 0 0.02 0.80 174 0.11 0.18
Hex 28 32 31 14 0 2 50 AE B 12
Octal 50 62 61 24 0 2 120 256 13 22
Binary 101000 110010 110001 10100 0 10 1010000 10101110 1011 10010

Color Harmonies of #283231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283231

Black with #283231

Text Example


Text Example

White with #283231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283231; }

 p { color: rgb(40,50,49); }

 H1.HeaderClassName
 {
   color: #283231;
 }
 .AnyTagClassName
 {
   color: #283231;
 }
</style>

background-color css

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

 a { background-color: rgb(40,50,49); }

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

border-color css

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

 span { border-color: rgb(40,50,49); }

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