Html Css Color HEX #253432 Aztec

📋 copy color: '#253432'

red 37 ◦ green 52 ◦ blue 50

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

Shades of Aztec #253432

Tints of Aztec #253432

RGB

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

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

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

R = 26.62%
G = 37.41%
B = 35.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#253432 (or 0x253432) is known color: Aztec. HEX triplet: 25, 34 and 32. RGB value is (37,52,50). Sum of RGB (Red+Green+Blue) = 37+52+50=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 52 - color contains mainly: green. Hex color #253432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253432 is #DACBCD. Grayscale: #2F2F2F. Windows color (decimal): -14339022 or 3290149. OLE color: 3290149.

HSL color Cylindrical-coordinate representation of color #253432: hue angle of 172º 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 #253432 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 52 50 -
CMYK 0.29 0 0.04 0.80
HSL 172º 0.17% 0.17% -
HSV(B) 172º 0.29% 0.2% -
XYZ 2.57 3.08 3.48 -
YUV 47.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 37 52 50 0.29 0 0.04 0.80 172 0.17 0.17
Hex 25 34 32 1D 0 4 50 AC 11 11
Octal 45 64 62 35 0 4 120 254 21 21
Binary 100101 110100 110010 11101 0 100 1010000 10101100 10001 10001

Color Harmonies of #253432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253432

Black with #253432

Text Example


Text Example

White with #253432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253432; }

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

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

background-color css

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

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

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

border-color css

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

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

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