Html Css Color HEX #252021 Aubergine

📋 copy color: '#252021'

red 37 ◦ green 32 ◦ blue 33

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

Shades of Aubergine #252021

Tints of Aubergine #252021

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 value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#252021 (or 0x252021) is known color: 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

RGB 37 32 33 -
CMYK 0 0.14 0.11 0.85
HSL 348º 0.07% 0.14% -
HSV(B) 348º 0.14% 0.15% -
XYZ 1.55 1.54 1.65 -
YUV 33.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 37 32 33 0 0.14 0.11 0.85 348 0.07 0.14
Hex 25 20 21 0 E B 55 15C 7 E
Octal 45 40 41 0 16 13 125 534 7 16
Binary 100101 100000 100001 0 1110 1011 1010101 101011100 111 1110

Color Harmonies of #252021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252021

Black with #252021

Text Example


Text Example

White with #252021

Text Example


Text Example

HTML Codes & Css Web 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>