Html Css Color HEX #382325 Aubergine

📋 copy color: '#382325'

red 56 ◦ green 35 ◦ blue 37

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

Shades of Aubergine #382325

Tints of Aubergine #382325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 28.91%

R = 43.75%
G = 27.34%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#382325 (or 0x382325) is known color: Aubergine. HEX triplet: 38, 23 and 25. RGB value is (56,35,37). Sum of RGB (Red+Green+Blue) = 56+35+37=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #382325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382325 is #C7DCDA. Grayscale: #292929. Windows color (decimal): -13098203 or 2433848. OLE color: 2433848.

HSL color Cylindrical-coordinate representation of color #382325: hue angle of 354.29º 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 #382325 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 35 37 -
CMYK 0 0.37 0.34 0.78
HSL 354.29º 0.23% 0.18% -
HSV(B) 354.29º 0.38% 0.22% -
XYZ 2.57 2.18 2.04 -
YUV 41.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 56 35 37 0 0.37 0.34 0.78 354.29 0.23 0.18
Hex 38 23 25 0 25 22 4E 162 17 12
Octal 70 43 45 0 45 42 116 542 27 22
Binary 111000 100011 100101 0 100101 100010 1001110 101100010 10111 10010

Color Harmonies of #382325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382325

Black with #382325

Text Example


Text Example

White with #382325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382325; }

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

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

background-color css

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

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

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

border-color css

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

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

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