#38281F

Color #38281F Bistre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bistre #38281F

Tints of Bistre #38281F

Color information

#38281F (or 0x38281F) is unknown color: approx Bistre. HEX triplet: 38, 28 and 1F. RGB value is (56,40,31). Sum of RGB (Red+Green+Blue) = 56+40+31=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #38281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38281F is #C7D7E0. Grayscale: #2B2B2B. Windows color (decimal): -13096929 or 2041912. OLE color: 2041912.

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

Color convert

RGB564031-
CMYK00.290.450.78
HSL21.6º28.74%17.06%-
HSV(B)21.6º44.64%21.96%-
XYZ2.642.461.63-
YUV43.76120.8136.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 40 (16.02% from 255) = 31.50%
BLUE value IS 31 (12.5% from 255) = 24.41%
R=44.09%
G=31.50%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56403100.290.450.7821.628.7417.06
Hex38281F01D2D4E161d11
Octal70503703555116263521
Binary111000101000111110111011011011001110101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38281F; }

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

 H1.HeaderClassName
 {
   color: #38281F;
 }
 .AnyTagClassName
 {
   color: #38281F;
 }
</style>
background-color css

<style>
 a { background-color: #38281F; }

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

 div.DivClassName
 {
   background-color: #38281F;
 }
 .BgClassName
 {
   background-color: #38281F;
 }
</style>
border-color css

<style>
 span { border-color: #38281F; }

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

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