#273320

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

Shades of Black Forest #273320

Tints of Black Forest #273320

Color information

#273320 (or 0x273320) is unknown color: approx Black Forest. HEX triplet: 27, 33 and 20. RGB value is (39,51,32). Sum of RGB (Red+Green+Blue) = 39+51+32=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 51 - color contains mainly: green. Hex color #273320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273320 is #D8CCDF. Grayscale: #2D2D2D. Windows color (decimal): -14208224 or 2110247. OLE color: 2110247.

HSL color Cylindrical-coordinate representation of color #273320: hue angle of 97.89º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #273320 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB395132-
CMYK0.2400.370.8
HSL97.89º22.89%16.27%-
HSV(B)97.89º37.25%20%-
XYZ2.282.91.81-
YUV45.25120.52123.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.97%
GREEN value IS 51 (20.31% from 255) = 41.80%
BLUE value IS 32 (12.89% from 255) = 26.23%
R=31.97%
G=41.80%
B=26.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3951320.2400.370.897.8922.8916.27
Hex2733201802550621710
Octal476340300451201422720
Binary100111110011100000110000100101101000011000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273320; }

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

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

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

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

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

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

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

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