#273A1C

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

Shades of Black Forest #273A1C

Tints of Black Forest #273A1C

Color information

#273A1C (or 0x273A1C) is unknown color: approx Black Forest. HEX triplet: 27, 3A and 1C. RGB value is (39,58,28). Sum of RGB (Red+Green+Blue) = 39+58+28=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 58 - color contains mainly: green. Hex color #273A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273A1C is #D8C5E3. Grayscale: #313131. Windows color (decimal): -14206436 or 1849895. OLE color: 1849895.

HSL color Cylindrical-coordinate representation of color #273A1C: hue angle of 98º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #273A1C is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.77.

Color convert

RGB395828-
CMYK0.3300.520.77
HSL98º34.88%16.86%-
HSV(B)98º51.72%22.75%-
XYZ2.563.541.65-
YUV48.9116.21120.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.2%
GREEN value IS 58 (23.05% from 255) = 46.4%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=31.2%
G=46.4%
B=22.4%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3958280.3300.520.779834.8816.86
Hex273A1C210344D622311
Octal477234410641151424321
Binary1001111110101110010000101101001001101110001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273A1C; }

 p { color: rgb(39,58,28); }

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

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

 a { background-color: rgb(39,58,28); }

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

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

 span { border-color: rgb(39,58,28); }

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