#28381D

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

Shades of Black Forest #28381D

Tints of Black Forest #28381D

Color information

#28381D (or 0x28381D) is unknown color: approx Black Forest. HEX triplet: 28, 38 and 1D. RGB value is (40,56,29). Sum of RGB (Red+Green+Blue) = 40+56+29=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 56 - color contains mainly: green. Hex color #28381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28381D is #D7C7E2. Grayscale: #303030. Windows color (decimal): -14141411 or 1914920. OLE color: 1914920.

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

Color convert

RGB405629-
CMYK0.2900.480.78
HSL95.56º31.76%16.67%-
HSV(B)95.56º48.21%21.96%-
XYZ2.513.371.68-
YUV48.14117.2122.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32%
GREEN value IS 56 (22.27% from 255) = 44.8%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=32%
G=44.8%
B=23.2%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4056290.2900.480.7895.5631.7616.67
Hex28381D1D0304E602011
Octal507035350601161404021
Binary101000111000111011110101100001001110110000010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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