Html Css Color HEX #382D30 Aubergine

📋 copy color: '#382D30'

red 56 ◦ green 45 ◦ blue 48

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

Shades of Aubergine #382D30

Tints of Aubergine #382D30

RGB

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

 GREEN value IS 45 (17.97% from 255) = 30.2%

 BLUE value IS 48 (19.14% from 255) = 32.21%

R = 37.58%
G = 30.2%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#382D30 (or 0x382D30) is known color: Aubergine. HEX triplet: 38, 2D and 30. RGB value is (56,45,48). Sum of RGB (Red+Green+Blue) = 56+45+48=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 56 - color contains mainly: red. Hex color #382D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D30 is #C7D2CF. Grayscale: #303030. Windows color (decimal): -13095632 or 3157304. OLE color: 3157304.

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

Color convert

RGB 56 45 48 -
CMYK 0 0.20 0.14 0.78
HSL 343.64º 0.11% 0.2% -
HSV(B) 343.64º 0.2% 0.22% -
XYZ 3.1 2.93 3.2 -
YUV 48.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 56 45 48 0 0.20 0.14 0.78 343.64 0.11 0.2
Hex 38 2D 30 0 14 E 4E 158 B 14
Octal 70 55 60 0 24 16 116 530 13 24
Binary 111000 101101 110000 0 10100 1110 1001110 101011000 1011 10100

Color Harmonies of #382D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D30

Black with #382D30

Text Example


Text Example

White with #382D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,45,48); }

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

background-color css

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

 a { background-color: rgb(56,45,48); }

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

border-color css

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

 span { border-color: rgb(56,45,48); }

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