#283221

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

Shades of Black Forest #283221

Tints of Black Forest #283221

Color information

#283221 (or 0x283221) is unknown color: approx Black Forest. HEX triplet: 28, 32 and 21. RGB value is (40,50,33). Sum of RGB (Red+Green+Blue) = 40+50+33=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 50 - color contains mainly: green. Hex color #283221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283221 is #D7CDDE. Grayscale: #2D2D2D. Windows color (decimal): -14142943 or 2175528. OLE color: 2175528.

HSL color Cylindrical-coordinate representation of color #283221: hue angle of 95.29º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #283221 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB405033-
CMYK0.2000.340.80
HSL95.29º20.48%16.27%-
HSV(B)95.29º34%19.61%-
XYZ2.292.841.87-
YUV45.07121.19124.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.52%
GREEN value IS 50 (19.92% from 255) = 40.65%
BLUE value IS 33 (13.28% from 255) = 26.83%
R=32.52%
G=40.65%
B=26.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4050330.2000.340.8095.2920.4816.27
Hex28322114022505f1410
Octal506241240421201372420
Binary101000110010100001101000100010101000010111111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283221; }

 p { color: rgb(40,50,33); }

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

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

 a { background-color: rgb(40,50,33); }

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

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

 span { border-color: rgb(40,50,33); }

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