#273020

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

Shades of Black Forest #273020

Tints of Black Forest #273020

Color information

#273020 (or 0x273020) is unknown color: approx Black Forest. HEX triplet: 27, 30 and 20. RGB value is (39,48,32). Sum of RGB (Red+Green+Blue) = 39+48+32=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 48 - color contains mainly: green. Hex color #273020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273020 is #D8CFDF. Grayscale: #2B2B2B. Windows color (decimal): -14208992 or 2109479. OLE color: 2109479.

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

Color convert

RGB394832-
CMYK0.1900.330.81
HSL93.75º20%15.69%-
HSV(B)93.75º33.33%18.82%-
XYZ2.152.651.76-
YUV43.48121.52124.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.77%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 32 (12.89% from 255) = 26.89%
R=32.77%
G=40.34%
B=26.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3948320.1900.330.8193.752015.69
Hex27302013021515e1410
Octal476040230411211362420
Binary100111110000100000100110100001101000110111101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273020; }

 p { color: rgb(39,48,32); }

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

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

 a { background-color: rgb(39,48,32); }

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

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

 span { border-color: rgb(39,48,32); }

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