Html Css Color HEX #39252A Aubergine

📋 copy color: '#39252A'

red 57 ◦ green 37 ◦ blue 42

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

Shades of Aubergine #39252A

Tints of Aubergine #39252A

RGB

 RED value IS 57 (22.66% from 255) = 41.91%

 GREEN value IS 37 (14.84% from 255) = 27.21%

 BLUE value IS 42 (16.8% from 255) = 30.88%

R = 41.91%
G = 27.21%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#39252A (or 0x39252A) is known color: Aubergine. HEX triplet: 39, 25 and 2A. RGB value is (57,37,42). Sum of RGB (Red+Green+Blue) = 57+37+42=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 57 - color contains mainly: red. Hex color #39252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39252A is #C6DAD5. Grayscale: #2B2B2B. Windows color (decimal): -13032150 or 2762041. OLE color: 2762041.

HSL color Cylindrical-coordinate representation of color #39252A: hue angle of 345º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #39252A is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 37 42 -
CMYK 0 0.35 0.26 0.78
HSL 345º 0.21% 0.18% -
HSV(B) 345º 0.35% 0.22% -
XYZ 2.77 2.36 2.5 -
YUV 43.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 57 37 42 0 0.35 0.26 0.78 345 0.21 0.18
Hex 39 25 2A 0 23 1A 4E 159 15 12
Octal 71 45 52 0 43 32 116 531 25 22
Binary 111001 100101 101010 0 100011 11010 1001110 101011001 10101 10010

Color Harmonies of #39252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39252A

Black with #39252A

Text Example


Text Example

White with #39252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39252A; }

 p { color: rgb(57,37,42); }

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

background-color css

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

 a { background-color: rgb(57,37,42); }

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

border-color css

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

 span { border-color: rgb(57,37,42); }

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