Html Css Color HEX #252122 Aubergine

📋 copy color: '#252122'

red 37 ◦ green 33 ◦ blue 34

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

Shades of Aubergine #252122

Tints of Aubergine #252122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 31.73%

 BLUE value IS 34 (13.67% from 255) = 32.69%

R = 35.58%
G = 31.73%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.85

RGB Variations

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

Color information

#252122 (or 0x252122) is known color: Aubergine. HEX triplet: 25, 21 and 22. RGB value is (37,33,34). Sum of RGB (Red+Green+Blue) = 37+33+34=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 37 - color contains mainly: red. Hex color #252122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252122 is #DADEDD. Grayscale: #222222. Windows color (decimal): -14343902 or 2236709. OLE color: 2236709.

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

Color convert

RGB 37 33 34 -
CMYK 0 0.11 0.08 0.85
HSL 345º 0.06% 0.14% -
HSV(B) 345º 0.11% 0.15% -
XYZ 1.6 1.6 1.74 -
YUV 34.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 37 33 34 0 0.11 0.08 0.85 345 0.06 0.14
Hex 25 21 22 0 B 8 55 159 6 E
Octal 45 41 42 0 13 10 125 531 6 16
Binary 100101 100001 100010 0 1011 1000 1010101 101011001 110 1110

Color Harmonies of #252122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252122

Black with #252122

Text Example


Text Example

White with #252122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252122; }

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

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

background-color css

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

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

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

border-color css

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

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

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