Html Css Color HEX #252022 Aubergine

📋 copy color: '#252022'

red 37 ◦ green 32 ◦ blue 34

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

Shades of Aubergine #252022

Tints of Aubergine #252022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 31.07%

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

R = 35.92%
G = 31.07%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.85

RGB Variations

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

Color information

#252022 (or 0x252022) is known color: Aubergine. HEX triplet: 25, 20 and 22. RGB value is (37,32,34). Sum of RGB (Red+Green+Blue) = 37+32+34=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 37 - color contains mainly: red. Hex color #252022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252022 is #DADFDD. Grayscale: #212121. Windows color (decimal): -14344158 or 2236453. OLE color: 2236453.

HSL color Cylindrical-coordinate representation of color #252022: hue angle of 336º 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 #252022 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 32 34 -
CMYK 0 0.14 0.08 0.85
HSL 336º 0.07% 0.14% -
HSV(B) 336º 0.14% 0.15% -
XYZ 1.57 1.54 1.73 -
YUV 33.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 37 32 34 0 0.14 0.08 0.85 336 0.07 0.14
Hex 25 20 22 0 E 8 55 150 7 E
Octal 45 40 42 0 16 10 125 520 7 16
Binary 100101 100000 100010 0 1110 1000 1010101 101010000 111 1110

Color Harmonies of #252022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252022

Black with #252022

Text Example


Text Example

White with #252022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252022; }

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

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

background-color css

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

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

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

border-color css

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

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

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