Html Css Color HEX #253834 Aztec

📋 copy color: '#253834'

red 37 ◦ green 56 ◦ blue 52

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

Shades of Aztec #253834

Tints of Aztec #253834

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.62%

 BLUE value IS 52 (20.7% from 255) = 35.86%

R = 25.52%
G = 38.62%
B = 35.86%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#253834 (or 0x253834) is known color: Aztec. HEX triplet: 25, 38 and 34. RGB value is (37,56,52). Sum of RGB (Red+Green+Blue) = 37+56+52=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 56 - color contains mainly: green. Hex color #253834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253834 is #DAC7CB. Grayscale: #313131. Windows color (decimal): -14337996 or 3422245. OLE color: 3422245.

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

Color convert

RGB 37 56 52 -
CMYK 0.34 0 0.07 0.78
HSL 167.37º 0.2% 0.18% -
HSV(B) 167.37º 0.34% 0.22% -
XYZ 2.8 3.47 3.77 -
YUV 49.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 37 56 52 0.34 0 0.07 0.78 167.37 0.2 0.18
Hex 25 38 34 22 0 7 4E A7 14 12
Octal 45 70 64 42 0 7 116 247 24 22
Binary 100101 111000 110100 100010 0 111 1001110 10100111 10100 10010

Color Harmonies of #253834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253834

Black with #253834

Text Example


Text Example

White with #253834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253834; }

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

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

background-color css

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

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

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

border-color css

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

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

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