Html Css Color HEX #253531 Aztec

📋 copy color: '#253531'

red 37 ◦ green 53 ◦ blue 49

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

Shades of Aztec #253531

Tints of Aztec #253531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.13%

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

R = 26.62%
G = 38.13%
B = 35.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#253531 (or 0x253531) is known color: Aztec. HEX triplet: 25, 35 and 31. RGB value is (37,53,49). Sum of RGB (Red+Green+Blue) = 37+53+49=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 53 - color contains mainly: green. Hex color #253531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253531 is #DACACE. Grayscale: #2F2F2F. Windows color (decimal): -14338767 or 3224869. OLE color: 3224869.

HSL color Cylindrical-coordinate representation of color #253531: hue angle of 165º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #253531 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 53 49 -
CMYK 0.30 0 0.08 0.79
HSL 165º 0.18% 0.18% -
HSV(B) 165º 0.3% 0.21% -
XYZ 2.59 3.16 3.38 -
YUV 47.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 37 53 49 0.30 0 0.08 0.79 165 0.18 0.18
Hex 25 35 31 1E 0 8 4F A5 12 12
Octal 45 65 61 36 0 10 117 245 22 22
Binary 100101 110101 110001 11110 0 1000 1001111 10100101 10010 10010

Color Harmonies of #253531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253531

Black with #253531

Text Example


Text Example

White with #253531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253531; }

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

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

background-color css

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

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

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

border-color css

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

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

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