Html Css Color HEX #38292B Aubergine

📋 copy color: '#38292B'

red 56 ◦ green 41 ◦ blue 43

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

Shades of Aubergine #38292B

Tints of Aubergine #38292B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.71%

R = 40%
G = 29.29%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#38292B (or 0x38292B) is known color: Aubergine. HEX triplet: 38, 29 and 2B. RGB value is (56,41,43). Sum of RGB (Red+Green+Blue) = 56+41+43=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #38292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38292B is #C7D6D4. Grayscale: #2D2D2D. Windows color (decimal): -13096661 or 2828600. OLE color: 2828600.

HSL color Cylindrical-coordinate representation of color #38292B: hue angle of 352º 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 #38292B is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 41 43 -
CMYK 0 0.27 0.23 0.78
HSL 352º 0.15% 0.19% -
HSV(B) 352º 0.27% 0.22% -
XYZ 2.86 2.6 2.64 -
YUV 45.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 56 41 43 0 0.27 0.23 0.78 352 0.15 0.19
Hex 38 29 2B 0 1B 17 4E 160 F 13
Octal 70 51 53 0 33 27 116 540 17 23
Binary 111000 101001 101011 0 11011 10111 1001110 101100000 1111 10011

Color Harmonies of #38292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38292B

Black with #38292B

Text Example


Text Example

White with #38292B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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