Html Css Color HEX #253330 Aztec

📋 copy color: '#253330'

red 37 ◦ green 51 ◦ blue 48

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

Shades of Aztec #253330

Tints of Aztec #253330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.5%

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

R = 27.21%
G = 37.5%
B = 35.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#253330 (or 0x253330) is known color: Aztec. HEX triplet: 25, 33 and 30. RGB value is (37,51,48). Sum of RGB (Red+Green+Blue) = 37+51+48=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 51 - color contains mainly: green. Hex color #253330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253330 is #DACCCF. Grayscale: #2E2E2E. Windows color (decimal): -14339280 or 3158821. OLE color: 3158821.

HSL color Cylindrical-coordinate representation of color #253330: hue angle of 167.14º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #253330 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB 37 51 48 -
CMYK 0.27 0 0.06 0.8
HSL 167.14º 0.16% 0.17% -
HSV(B) 167.14º 0.27% 0.2% -
XYZ 2.48 2.97 3.24 -
YUV 46.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 37 51 48 0.27 0 0.06 0.8 167.14 0.16 0.17
Hex 25 33 30 1B 0 6 50 A7 10 11
Octal 45 63 60 33 0 6 120 247 20 21
Binary 100101 110011 110000 11011 0 110 1010000 10100111 10000 10001

Color Harmonies of #253330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253330

Black with #253330

Text Example


Text Example

White with #253330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253330; }

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

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

background-color css

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

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

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

border-color css

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

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

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