#28351D

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

Shades of Black Forest #28351D

Tints of Black Forest #28351D

Color information

#28351D (or 0x28351D) is unknown color: approx Black Forest. HEX triplet: 28, 35 and 1D. RGB value is (40,53,29). Sum of RGB (Red+Green+Blue) = 40+53+29=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 53 - color contains mainly: green. Hex color #28351D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28351D is #D7CAE2. Grayscale: #2E2E2E. Windows color (decimal): -14142179 or 1914152. OLE color: 1914152.

HSL color Cylindrical-coordinate representation of color #28351D: hue angle of 92.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #28351D is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.79.

Color convert

RGB405329-
CMYK0.2500.450.79
HSL92.5º29.27%16.08%-
HSV(B)92.5º45.28%20.78%-
XYZ2.373.091.63-
YUV46.38118.19123.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.79%
GREEN value IS 53 (21.09% from 255) = 43.44%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=32.79%
G=43.44%
B=23.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4053290.2500.450.7992.529.2716.08
Hex28351D1902D4F5c1d10
Octal506535310551171343520
Binary10100011010111101110010101101100111110111001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28351D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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