Html Css Color HEX #38292D Aubergine

📋 copy color: '#38292D'

red 56 ◦ green 41 ◦ blue 45

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

Shades of Aubergine #38292D

Tints of Aubergine #38292D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.87%

 BLUE value IS 45 (17.97% from 255) = 31.69%

R = 39.44%
G = 28.87%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.78

RGB Variations

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

Color information

#38292D (or 0x38292D) is known color: Aubergine. HEX triplet: 38, 29 and 2D. RGB value is (56,41,45). Sum of RGB (Red+Green+Blue) = 56+41+45=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 56 - color contains mainly: red. Hex color #38292D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38292D is #C7D6D2. Grayscale: #2D2D2D. Windows color (decimal): -13096659 or 2959672. OLE color: 2959672.

HSL color Cylindrical-coordinate representation of color #38292D: hue angle of 344º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #38292D is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 41 45 -
CMYK 0 0.27 0.20 0.78
HSL 344º 0.15% 0.19% -
HSV(B) 344º 0.27% 0.22% -
XYZ 2.9 2.62 2.83 -
YUV 45.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 56 41 45 0 0.27 0.20 0.78 344 0.15 0.19
Hex 38 29 2D 0 1B 14 4E 158 F 13
Octal 70 51 55 0 33 24 116 530 17 23
Binary 111000 101001 101101 0 11011 10100 1001110 101011000 1111 10011

Color Harmonies of #38292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38292D

Black with #38292D

Text Example


Text Example

White with #38292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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