Html Css Color HEX #38272C Aubergine

📋 copy color: '#38272C'

red 56 ◦ green 39 ◦ blue 44

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

Shades of Aubergine #38272C

Tints of Aubergine #38272C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.06%

 BLUE value IS 44 (17.58% from 255) = 31.65%

R = 40.29%
G = 28.06%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#38272C (or 0x38272C) is known color: Aubergine. HEX triplet: 38, 27 and 2C. RGB value is (56,39,44). Sum of RGB (Red+Green+Blue) = 56+39+44=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #38272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38272C is #C7D8D3. Grayscale: #2C2C2C. Windows color (decimal): -13097172 or 2893624. OLE color: 2893624.

HSL color Cylindrical-coordinate representation of color #38272C: hue angle of 342.35º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #38272C is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 39 44 -
CMYK 0 0.30 0.21 0.78
HSL 342.35º 0.18% 0.19% -
HSV(B) 342.35º 0.3% 0.22% -
XYZ 2.81 2.47 2.71 -
YUV 44.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 56 39 44 0 0.30 0.21 0.78 342.35 0.18 0.19
Hex 38 27 2C 0 1E 15 4E 156 12 13
Octal 70 47 54 0 36 25 116 526 22 23
Binary 111000 100111 101100 0 11110 10101 1001110 101010110 10010 10011

Color Harmonies of #38272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38272C

Black with #38272C

Text Example


Text Example

White with #38272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38272C; }

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

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

background-color css

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

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

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

border-color css

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

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

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