#28401C

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

Shades of Black Forest #28401C

Tints of Black Forest #28401C

Color information

#28401C (or 0x28401C) is unknown color: approx Black Forest. HEX triplet: 28, 40 and 1C. RGB value is (40,64,28). Sum of RGB (Red+Green+Blue) = 40+64+28=132 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.30% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #28401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28401C is #D7BFE3. Grayscale: #343434. Windows color (decimal): -14139364 or 1851432. OLE color: 1851432.

HSL color Cylindrical-coordinate representation of color #28401C: hue angle of 100º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28401C is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB406428-
CMYK0.3800.560.75
HSL100º39.13%18.04%-
HSV(B)100º56.25%25.1%-
XYZ2.924.21.76-
YUV52.72114.05118.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 30.30%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 28 (11.33% from 255) = 21.21%
R=30.30%
G=48.48%
B=21.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4064280.3800.560.7510039.1318.04
Hex28401C260384B642712
Octal5010034460701131444722
Binary10100010000001110010011001110001001011110010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28401C; }

 p { color: rgb(40,64,28); }

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

<style>
 a { background-color: #28401C; }

 a { background-color: rgb(40,64,28); }

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

<style>
 span { border-color: #28401C; }

 span { border-color: rgb(40,64,28); }

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