Html Css Color HEX #38312B Coffee Bean

📋 copy color: '#38312B'

red 56 ◦ green 49 ◦ blue 43

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

Shades of Coffee Bean #38312B

Tints of Coffee Bean #38312B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 33.11%

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

R = 37.84%
G = 33.11%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#38312B (or 0x38312B) is known color: Coffee Bean. HEX triplet: 38, 31 and 2B. RGB value is (56,49,43). Sum of RGB (Red+Green+Blue) = 56+49+43=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 56 - color contains mainly: red. Hex color #38312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38312B is #C7CED4. Grayscale: #323232. Windows color (decimal): -13094613 or 2830648. OLE color: 2830648.

HSL color Cylindrical-coordinate representation of color #38312B: hue angle of 27.69º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #38312B is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 49 43 -
CMYK 0 0.12 0.23 0.78
HSL 27.69º 0.13% 0.19% -
HSV(B) 27.69º 0.23% 0.22% -
XYZ 3.17 3.21 2.74 -
YUV 50.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 56 49 43 0 0.12 0.23 0.78 27.69 0.13 0.19
Hex 38 31 2B 0 C 17 4E 1C D 13
Octal 70 61 53 0 14 27 116 34 15 23
Binary 111000 110001 101011 0 1100 10111 1001110 11100 1101 10011

Color Harmonies of #38312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38312B

Black with #38312B

Text Example


Text Example

White with #38312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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