#28351E

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

Shades of Black Forest #28351E

Tints of Black Forest #28351E

Color information

#28351E (or 0x28351E) is unknown color: approx Black Forest. HEX triplet: 28, 35 and 1E. RGB value is (40,53,30). Sum of RGB (Red+Green+Blue) = 40+53+30=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 53 - color contains mainly: green. Hex color #28351E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28351E is #D7CAE1. Grayscale: #2E2E2E. Windows color (decimal): -14142178 or 1979688. OLE color: 1979688.

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

Color convert

RGB405330-
CMYK0.2500.430.79
HSL93.91º27.71%16.27%-
HSV(B)93.91º43.4%20.78%-
XYZ2.383.091.7-
YUV46.49118.69123.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.52%
GREEN value IS 53 (21.09% from 255) = 43.09%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=32.52%
G=43.09%
B=24.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4053300.2500.430.7993.9127.7116.27
Hex28351E1902B4F5e1c10
Octal506536310531171363420
Binary10100011010111110110010101011100111110111101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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