Html Css Color HEX #383032 Aubergine

📋 copy color: '#383032'

red 56 ◦ green 48 ◦ blue 50

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

Shades of Aubergine #383032

Tints of Aubergine #383032

RGB

 RED value IS 56 (22.27% from 255) = 36.36%

 GREEN value IS 48 (19.14% from 255) = 31.17%

 BLUE value IS 50 (19.92% from 255) = 32.47%

R = 36.36%
G = 31.17%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#383032 (or 0x383032) is known color: Aubergine. HEX triplet: 38, 30 and 32. RGB value is (56,48,50). Sum of RGB (Red+Green+Blue) = 56+48+50=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 56 - color contains mainly: red. Hex color #383032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383032 is #C7CFCD. Grayscale: #323232. Windows color (decimal): -13094862 or 3289144. OLE color: 3289144.

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

Color convert

RGB 56 48 50 -
CMYK 0 0.14 0.11 0.78
HSL 345º 0.08% 0.2% -
HSV(B) 345º 0.14% 0.22% -
XYZ 3.26 3.18 3.46 -
YUV 50.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 56 48 50 0 0.14 0.11 0.78 345 0.08 0.2
Hex 38 30 32 0 E B 4E 159 8 14
Octal 70 60 62 0 16 13 116 531 10 24
Binary 111000 110000 110010 0 1110 1011 1001110 101011001 1000 10100

Color Harmonies of #383032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383032

Black with #383032

Text Example


Text Example

White with #383032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383032; }

 p { color: rgb(56,48,50); }

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

background-color css

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

 a { background-color: rgb(56,48,50); }

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

border-color css

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

 span { border-color: rgb(56,48,50); }

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