Html Css Color HEX #253230 Aztec

📋 copy color: '#253230'

red 37 ◦ green 50 ◦ blue 48

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

Shades of Aztec #253230

Tints of Aztec #253230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.04%

 BLUE value IS 48 (19.14% from 255) = 35.56%

R = 27.41%
G = 37.04%
B = 35.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#253230 (or 0x253230) is known color: Aztec. HEX triplet: 25, 32 and 30. RGB value is (37,50,48). Sum of RGB (Red+Green+Blue) = 37+50+48=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 50 - color contains mainly: green. Hex color #253230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253230 is #DACDCF. Grayscale: #2D2D2D. Windows color (decimal): -14339536 or 3158565. OLE color: 3158565.

HSL color Cylindrical-coordinate representation of color #253230: hue angle of 170.77º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #253230 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 50 48 -
CMYK 0.26 0 0.04 0.80
HSL 170.77º 0.15% 0.17% -
HSV(B) 170.77º 0.26% 0.2% -
XYZ 2.44 2.89 3.23 -
YUV 45.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 37 50 48 0.26 0 0.04 0.80 170.77 0.15 0.17
Hex 25 32 30 1A 0 4 50 AB F 11
Octal 45 62 60 32 0 4 120 253 17 21
Binary 100101 110010 110000 11010 0 100 1010000 10101011 1111 10001

Color Harmonies of #253230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253230

Black with #253230

Text Example


Text Example

White with #253230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253230; }

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

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

background-color css

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

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

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

border-color css

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

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

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