Html Css Color HEX #382328 Aubergine

📋 copy color: '#382328'

red 56 ◦ green 35 ◦ blue 40

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

Shades of Aubergine #382328

Tints of Aubergine #382328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.72%

 BLUE value IS 40 (16.02% from 255) = 30.53%

R = 42.75%
G = 26.72%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#382328 (or 0x382328) is known color: Aubergine. HEX triplet: 38, 23 and 28. RGB value is (56,35,40). Sum of RGB (Red+Green+Blue) = 56+35+40=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #382328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382328 is #C7DCD7. Grayscale: #292929. Windows color (decimal): -13098200 or 2630456. OLE color: 2630456.

HSL color Cylindrical-coordinate representation of color #382328: hue angle of 345.71º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #382328 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 35 40 -
CMYK 0 0.37 0.29 0.78
HSL 345.71º 0.23% 0.18% -
HSV(B) 345.71º 0.38% 0.22% -
XYZ 2.61 2.2 2.29 -
YUV 41.85 126.96 138.09 -
System Red Green Blue C M Y K H S L
Decimal 56 35 40 0 0.37 0.29 0.78 345.71 0.23 0.18
Hex 38 23 28 0 25 1D 4E 15A 17 12
Octal 70 43 50 0 45 35 116 532 27 22
Binary 111000 100011 101000 0 100101 11101 1001110 101011010 10111 10010

Color Harmonies of #382328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382328

Black with #382328

Text Example


Text Example

White with #382328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382328; }

 p { color: rgb(56,35,40); }

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

background-color css

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

 a { background-color: rgb(56,35,40); }

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

border-color css

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

 span { border-color: rgb(56,35,40); }

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