Html Css Color HEX #253735 Aztec

📋 copy color: '#253735'

red 37 ◦ green 55 ◦ blue 53

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

Shades of Aztec #253735

Tints of Aztec #253735

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.93%

 BLUE value IS 53 (21.09% from 255) = 36.55%

R = 25.52%
G = 37.93%
B = 36.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#253735 (or 0x253735) is known color: Aztec. HEX triplet: 25, 37 and 35. RGB value is (37,55,53). Sum of RGB (Red+Green+Blue) = 37+55+53=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 55 - color contains mainly: green. Hex color #253735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253735 is #DAC8CA. Grayscale: #313131. Windows color (decimal): -14338251 or 3487525. OLE color: 3487525.

HSL color Cylindrical-coordinate representation of color #253735: hue angle of 173.33º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #253735 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 55 53 -
CMYK 0.33 0 0.04 0.78
HSL 173.33º 0.2% 0.18% -
HSV(B) 173.33º 0.33% 0.22% -
XYZ 2.77 3.38 3.88 -
YUV 49.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 37 55 53 0.33 0 0.04 0.78 173.33 0.2 0.18
Hex 25 37 35 21 0 4 4E AD 14 12
Octal 45 67 65 41 0 4 116 255 24 22
Binary 100101 110111 110101 100001 0 100 1001110 10101101 10100 10010

Color Harmonies of #253735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253735

Black with #253735

Text Example


Text Example

White with #253735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253735; }

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

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

background-color css

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

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

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

border-color css

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

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

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