#28381F

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

Shades of Black Forest #28381F

Tints of Black Forest #28381F

Color information

#28381F (or 0x28381F) is unknown color: approx Black Forest. HEX triplet: 28, 38 and 1F. RGB value is (40,56,31). Sum of RGB (Red+Green+Blue) = 40+56+31=127 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.50% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #28381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28381F is #D7C7E0. Grayscale: #303030. Windows color (decimal): -14141409 or 2045992. OLE color: 2045992.

HSL color Cylindrical-coordinate representation of color #28381F: hue angle of 98.4º 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 #28381F is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB405631-
CMYK0.2900.450.78
HSL98.4º28.74%17.06%-
HSV(B)98.4º44.64%21.96%-
XYZ2.543.381.81-
YUV48.37118.2122.03-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4056310.2900.450.7898.428.7417.06
Hex28381F1D02D4E621d11
Octal507037350551161423521
Binary10100011100011111111010101101100111011000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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