Html Css Color HEX #2D2025 Aubergine

📋 copy color: '#2D2025'

red 45 ◦ green 32 ◦ blue 37

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

Shades of Aubergine #2D2025

Tints of Aubergine #2D2025

RGB

 RED value IS 45 (17.97% from 255) = 39.47%

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

 BLUE value IS 37 (14.84% from 255) = 32.46%

R = 39.47%
G = 28.07%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.82

RGB Variations

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

Color information

#2D2025 (or 0x2D2025) is known color: Aubergine. HEX triplet: 2D, 20 and 25. RGB value is (45,32,37). Sum of RGB (Red+Green+Blue) = 45+32+37=114 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.47% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2025 is #D2DFDA. Grayscale: #242424. Windows color (decimal): -13819867 or 2433069. OLE color: 2433069.

HSL color Cylindrical-coordinate representation of color #2D2025: hue angle of 336.92º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2D2025 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.82.

Color convert

RGB 45 32 37 -
CMYK 0 0.29 0.18 0.82
HSL 336.92º 0.17% 0.15% -
HSV(B) 336.92º 0.29% 0.18% -
XYZ 1.93 1.72 1.98 -
YUV 36.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 45 32 37 0 0.29 0.18 0.82 336.92 0.17 0.15
Hex 2D 20 25 0 1D 12 52 151 11 F
Octal 55 40 45 0 35 22 122 521 21 17
Binary 101101 100000 100101 0 11101 10010 1010010 101010001 10001 1111

Color Harmonies of #2D2025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2025

Black with #2D2025

Text Example


Text Example

White with #2D2025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D2025; }

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

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

background-color css

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

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

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

border-color css

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

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

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