Html Css Color HEX #382C2F Aubergine

📋 copy color: '#382C2F'

red 56 ◦ green 44 ◦ blue 47

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

Shades of Aubergine #382C2F

Tints of Aubergine #382C2F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 29.93%

 BLUE value IS 47 (18.75% from 255) = 31.97%

R = 38.1%
G = 29.93%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#382C2F (or 0x382C2F) is known color: Aubergine. HEX triplet: 38, 2C and 2F. RGB value is (56,44,47). Sum of RGB (Red+Green+Blue) = 56+44+47=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 56 - color contains mainly: red. Hex color #382C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C2F is #C7D3D0. Grayscale: #2F2F2F. Windows color (decimal): -13095889 or 3091512. OLE color: 3091512.

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

Color convert

RGB 56 44 47 -
CMYK 0 0.21 0.16 0.78
HSL 345º 0.12% 0.2% -
HSV(B) 345º 0.21% 0.22% -
XYZ 3.04 2.85 3.08 -
YUV 47.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 56 44 47 0 0.21 0.16 0.78 345 0.12 0.2
Hex 38 2C 2F 0 15 10 4E 159 C 14
Octal 70 54 57 0 25 20 116 531 14 24
Binary 111000 101100 101111 0 10101 10000 1001110 101011001 1100 10100

Color Harmonies of #382C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C2F

Black with #382C2F

Text Example


Text Example

White with #382C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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