Html Css Color HEX #382327 Aubergine

📋 copy color: '#382327'

red 56 ◦ green 35 ◦ blue 39

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

Shades of Aubergine #382327

Tints of Aubergine #382327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30%

R = 43.08%
G = 26.92%
B = 30%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#382327 (or 0x382327) is known color: Aubergine. HEX triplet: 38, 23 and 27. RGB value is (56,35,39). Sum of RGB (Red+Green+Blue) = 56+35+39=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #382327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382327 is #C7DCD8. Grayscale: #292929. Windows color (decimal): -13098201 or 2564920. OLE color: 2564920.

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

Color convert

RGB 56 35 39 -
CMYK 0 0.37 0.30 0.78
HSL 348.57º 0.23% 0.18% -
HSV(B) 348.57º 0.38% 0.22% -
XYZ 2.6 2.19 2.21 -
YUV 41.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 56 35 39 0 0.37 0.30 0.78 348.57 0.23 0.18
Hex 38 23 27 0 25 1E 4E 15D 17 12
Octal 70 43 47 0 45 36 116 535 27 22
Binary 111000 100011 100111 0 100101 11110 1001110 101011101 10111 10010

Color Harmonies of #382327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382327

Black with #382327

Text Example


Text Example

White with #382327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382327; }

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

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

background-color css

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

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

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

border-color css

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

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

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