#273221

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

Shades of Black Forest #273221

Tints of Black Forest #273221

Color information

#273221 (or 0x273221) is unknown color: approx Black Forest. HEX triplet: 27, 32 and 21. RGB value is (39,50,33). Sum of RGB (Red+Green+Blue) = 39+50+33=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 50 - color contains mainly: green. Hex color #273221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273221 is #D8CDDE. Grayscale: #2C2C2C. Windows color (decimal): -14208479 or 2175527. OLE color: 2175527.

HSL color Cylindrical-coordinate representation of color #273221: hue angle of 98.82º 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 #273221 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB395033-
CMYK0.2200.340.80
HSL98.82º20.48%16.27%-
HSV(B)98.82º34%19.61%-
XYZ2.252.821.86-
YUV44.77121.36123.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.97%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=31.97%
G=40.98%
B=27.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3950330.2200.340.8098.8220.4816.27
Hex2732211602250631410
Octal476241260421201432420
Binary100111110010100001101100100010101000011000111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273221; }

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

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

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

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

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

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

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

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