Html Css Color HEX #382428 Aubergine

📋 copy color: '#382428'

red 56 ◦ green 36 ◦ blue 40

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

Shades of Aubergine #382428

Tints of Aubergine #382428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.27%

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

R = 42.42%
G = 27.27%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#382428 (or 0x382428) is known color: Aubergine. HEX triplet: 38, 24 and 28. RGB value is (56,36,40). Sum of RGB (Red+Green+Blue) = 56+36+40=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #382428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382428 is #C7DBD7. Grayscale: #2A2A2A. Windows color (decimal): -13097944 or 2630712. OLE color: 2630712.

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

Color convert

RGB 56 36 40 -
CMYK 0 0.36 0.29 0.78
HSL 348º 0.22% 0.18% -
HSV(B) 348º 0.36% 0.22% -
XYZ 2.64 2.26 2.3 -
YUV 42.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 56 36 40 0 0.36 0.29 0.78 348 0.22 0.18
Hex 38 24 28 0 24 1D 4E 15C 16 12
Octal 70 44 50 0 44 35 116 534 26 22
Binary 111000 100100 101000 0 100100 11101 1001110 101011100 10110 10010

Color Harmonies of #382428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382428

Black with #382428

Text Example


Text Example

White with #382428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382428; }

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

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

background-color css

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

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

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

border-color css

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

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

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