Html Css Color HEX #253331 Aztec

📋 copy color: '#253331'

red 37 ◦ green 51 ◦ blue 49

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

Shades of Aztec #253331

Tints of Aztec #253331

RGB

 RED value IS 37 (14.84% from 255) = 27.01%

 GREEN value IS 51 (20.31% from 255) = 37.23%

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

R = 27.01%
G = 37.23%
B = 35.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#253331 (or 0x253331) is known color: Aztec. HEX triplet: 25, 33 and 31. RGB value is (37,51,49). Sum of RGB (Red+Green+Blue) = 37+51+49=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 51 - color contains mainly: green. Hex color #253331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253331 is #DACCCE. Grayscale: #2E2E2E. Windows color (decimal): -14339279 or 3224357. OLE color: 3224357.

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

Color convert

RGB 37 51 49 -
CMYK 0.27 0 0.04 0.8
HSL 171.43º 0.16% 0.17% -
HSV(B) 171.43º 0.27% 0.2% -
XYZ 2.5 2.98 3.35 -
YUV 46.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 37 51 49 0.27 0 0.04 0.8 171.43 0.16 0.17
Hex 25 33 31 1B 0 4 50 AB 10 11
Octal 45 63 61 33 0 4 120 253 20 21
Binary 100101 110011 110001 11011 0 100 1010000 10101011 10000 10001

Color Harmonies of #253331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253331

Black with #253331

Text Example


Text Example

White with #253331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253331; }

 p { color: rgb(37,51,49); }

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

background-color css

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

 a { background-color: rgb(37,51,49); }

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

border-color css

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

 span { border-color: rgb(37,51,49); }

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