Html Css Color HEX #253532 Aztec

📋 copy color: '#253532'

red 37 ◦ green 53 ◦ blue 50

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

Shades of Aztec #253532

Tints of Aztec #253532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 35.71%

R = 26.43%
G = 37.86%
B = 35.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#253532 (or 0x253532) is known color: Aztec. HEX triplet: 25, 35 and 32. RGB value is (37,53,50). Sum of RGB (Red+Green+Blue) = 37+53+50=140 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.43% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 53 - color contains mainly: green. Hex color #253532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253532 is #DACACD. Grayscale: #2F2F2F. Windows color (decimal): -14338766 or 3290405. OLE color: 3290405.

HSL color Cylindrical-coordinate representation of color #253532: hue angle of 168.75º 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 #253532 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 53 50 -
CMYK 0.30 0 0.06 0.79
HSL 168.75º 0.18% 0.18% -
HSV(B) 168.75º 0.3% 0.21% -
XYZ 2.61 3.17 3.49 -
YUV 47.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 37 53 50 0.30 0 0.06 0.79 168.75 0.18 0.18
Hex 25 35 32 1E 0 6 4F A9 12 12
Octal 45 65 62 36 0 6 117 251 22 22
Binary 100101 110101 110010 11110 0 110 1001111 10101001 10010 10010

Color Harmonies of #253532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253532

Black with #253532

Text Example


Text Example

White with #253532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253532; }

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

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

background-color css

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

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

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

border-color css

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

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

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