Html Css Color HEX #253533 Aztec

📋 copy color: '#253533'

red 37 ◦ green 53 ◦ blue 51

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

Shades of Aztec #253533

Tints of Aztec #253533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 36.17%

R = 26.24%
G = 37.59%
B = 36.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#253533 (or 0x253533) is known color: Aztec. HEX triplet: 25, 35 and 33. RGB value is (37,53,51). Sum of RGB (Red+Green+Blue) = 37+53+51=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 53 - color contains mainly: green. Hex color #253533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253533 is #DACACC. Grayscale: #2F2F2F. Windows color (decimal): -14338765 or 3355941. OLE color: 3355941.

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

Color convert

RGB 37 53 51 -
CMYK 0.30 0 0.04 0.79
HSL 172.5º 0.18% 0.18% -
HSV(B) 172.5º 0.3% 0.21% -
XYZ 2.63 3.18 3.61 -
YUV 47.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 37 53 51 0.30 0 0.04 0.79 172.5 0.18 0.18
Hex 25 35 33 1E 0 4 4F AC 12 12
Octal 45 65 63 36 0 4 117 254 22 22
Binary 100101 110101 110011 11110 0 100 1001111 10101100 10010 10010

Color Harmonies of #253533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253533

Black with #253533

Text Example


Text Example

White with #253533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253533; }

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

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

background-color css

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

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

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

border-color css

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

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

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