Html Css Color HEX #382F31 Aubergine

📋 copy color: '#382F31'

red 56 ◦ green 47 ◦ blue 49

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

Shades of Aubergine #382F31

Tints of Aubergine #382F31

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.92%

 BLUE value IS 49 (19.53% from 255) = 32.24%

R = 36.84%
G = 30.92%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#382F31 (or 0x382F31) is known color: Aubergine. HEX triplet: 38, 2F and 31. RGB value is (56,47,49). Sum of RGB (Red+Green+Blue) = 56+47+49=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 56 - color contains mainly: red. Hex color #382F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F31 is #C7D0CE. Grayscale: #313131. Windows color (decimal): -13095119 or 3223352. OLE color: 3223352.

HSL color Cylindrical-coordinate representation of color #382F31: hue angle of 346.67º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #382F31 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 47 49 -
CMYK 0 0.16 0.12 0.78
HSL 346.67º 0.09% 0.2% -
HSV(B) 346.67º 0.16% 0.22% -
XYZ 3.2 3.1 3.33 -
YUV 49.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 56 47 49 0 0.16 0.12 0.78 346.67 0.09 0.2
Hex 38 2F 31 0 10 C 4E 15B 9 14
Octal 70 57 61 0 20 14 116 533 11 24
Binary 111000 101111 110001 0 10000 1100 1001110 101011011 1001 10100

Color Harmonies of #382F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F31

Black with #382F31

Text Example


Text Example

White with #382F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382F31; }

 p { color: rgb(56,47,49); }

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

background-color css

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

 a { background-color: rgb(56,47,49); }

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

border-color css

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

 span { border-color: rgb(56,47,49); }

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