Html Css Color HEX #253431 Aztec

📋 copy color: '#253431'

red 37 ◦ green 52 ◦ blue 49

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

Shades of Aztec #253431

Tints of Aztec #253431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.68%

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

R = 26.81%
G = 37.68%
B = 35.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#253431 (or 0x253431) is known color: Aztec. HEX triplet: 25, 34 and 31. RGB value is (37,52,49). Sum of RGB (Red+Green+Blue) = 37+52+49=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 52 - color contains mainly: green. Hex color #253431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253431 is #DACBCE. Grayscale: #2F2F2F. Windows color (decimal): -14339023 or 3224613. OLE color: 3224613.

HSL color Cylindrical-coordinate representation of color #253431: hue angle of 168º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #253431 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 52 49 -
CMYK 0.29 0 0.06 0.80
HSL 168º 0.17% 0.17% -
HSV(B) 168º 0.29% 0.2% -
XYZ 2.55 3.07 3.36 -
YUV 47.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 37 52 49 0.29 0 0.06 0.80 168 0.17 0.17
Hex 25 34 31 1D 0 6 50 A8 11 11
Octal 45 64 61 35 0 6 120 250 21 21
Binary 100101 110100 110001 11101 0 110 1010000 10101000 10001 10001

Color Harmonies of #253431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253431

Black with #253431

Text Example


Text Example

White with #253431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253431; }

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

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

background-color css

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

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

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

border-color css

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

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

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