#252021

Color #252021 Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #252021

Tints of Aubergine #252021

Color information

#252021 (or 0x252021) is unknown color: approx Aubergine. HEX triplet: 25, 20 and 21. RGB value is (37,32,33). Sum of RGB (Red+Green+Blue) = 37+32+33=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 37 - color contains mainly: red. Hex color #252021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252021 is #DADFDE. Grayscale: #212121. Windows color (decimal): -14344159 or 2170917. OLE color: 2170917.

HSL color Cylindrical-coordinate representation of color #252021: hue angle of 348º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #252021 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB373233-
CMYK00.140.110.85
HSL348º7.25%13.53%-
HSV(B)348º13.51%14.51%-
XYZ1.551.541.65-
YUV33.61127.66130.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 36.27%
GREEN value IS 32 (12.89% from 255) = 31.37%
BLUE value IS 33 (13.28% from 255) = 32.35%
R=36.27%
G=31.37%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37323300.140.110.853487.2513.53
Hex2520210EB5515c7e
Octal45404101613125534716
Binary10010110000010000101110101110101011010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252021; }

 p { color: rgb(37,32,33); }

 H1.HeaderClassName
 {
   color: #252021;
 }
 .AnyTagClassName
 {
   color: #252021;
 }
</style>
background-color css

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

 a { background-color: rgb(37,32,33); }

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

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

 span { border-color: rgb(37,32,33); }

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