#28341F

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

Shades of Black Forest #28341F

Tints of Black Forest #28341F

Color information

#28341F (or 0x28341F) is unknown color: approx Black Forest. HEX triplet: 28, 34 and 1F. RGB value is (40,52,31). Sum of RGB (Red+Green+Blue) = 40+52+31=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 52 - color contains mainly: green. Hex color #28341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28341F is #D7CBE0. Grayscale: #2E2E2E. Windows color (decimal): -14142433 or 2044968. OLE color: 2044968.

HSL color Cylindrical-coordinate representation of color #28341F: hue angle of 94.29º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #28341F is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB405231-
CMYK0.2300.400.80
HSL94.29º25.3%16.27%-
HSV(B)94.29º40.38%20.39%-
XYZ2.353.011.75-
YUV46.02119.52123.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.52%
GREEN value IS 52 (20.70% from 255) = 42.28%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=32.52%
G=42.28%
B=25.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4052310.2300.400.8094.2925.316.27
Hex28341F17028505e1910
Octal506437270501201363120
Binary10100011010011111101110101000101000010111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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