Html Css Color HEX #38282D Aubergine

📋 copy color: '#38282D'

red 56 ◦ green 40 ◦ blue 45

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

Shades of Aubergine #38282D

Tints of Aubergine #38282D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.37%

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

R = 39.72%
G = 28.37%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.78

RGB Variations

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

Color information

#38282D (or 0x38282D) is known color: Aubergine. HEX triplet: 38, 28 and 2D. RGB value is (56,40,45). Sum of RGB (Red+Green+Blue) = 56+40+45=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #38282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38282D is #C7D7D2. Grayscale: #2D2D2D. Windows color (decimal): -13096915 or 2959416. OLE color: 2959416.

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

Color convert

RGB 56 40 45 -
CMYK 0 0.29 0.20 0.78
HSL 341.25º 0.17% 0.19% -
HSV(B) 341.25º 0.29% 0.22% -
XYZ 2.86 2.55 2.82 -
YUV 45.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 56 40 45 0 0.29 0.20 0.78 341.25 0.17 0.19
Hex 38 28 2D 0 1D 14 4E 155 11 13
Octal 70 50 55 0 35 24 116 525 21 23
Binary 111000 101000 101101 0 11101 10100 1001110 101010101 10001 10011

Color Harmonies of #38282D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38282D

Black with #38282D

Text Example


Text Example

White with #38282D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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