#27490B

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

Shades of Black Forest #27490B

Tints of Black Forest #27490B

Color information

#27490B (or 0x27490B) is unknown color: approx Black Forest. HEX triplet: 27, 49 and 0B. RGB value is (39,73,11). Sum of RGB (Red+Green+Blue) = 39+73+11=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 73 (28.91% from 255 or 59.35% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 73 - color contains mainly: green. Hex color #27490B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27490B is #D8B6F4. Grayscale: #373737. Windows color (decimal): -14202613 or 739623. OLE color: 739623.

HSL color Cylindrical-coordinate representation of color #27490B: hue angle of 92.9º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27490B is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB397311-
CMYK0.4700.850.71
HSL92.9º73.81%16.47%-
HSV(B)92.9º84.93%28.63%-
XYZ3.285.221.15-
YUV55.77102.74116.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.71%
GREEN value IS 73 (28.91% from 255) = 59.35%
BLUE value IS 11 (4.69% from 255) = 8.94%
R=31.71%
G=59.35%
B=8.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3973110.4700.850.7192.973.8116.47
Hex2749B2F055475d4a10
Octal471111357012510713511220
Binary100111100100110111011110101010110001111011101100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27490B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27490B; }

 p { color: rgb(39,73,11); }

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

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

 a { background-color: rgb(39,73,11); }

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

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

 span { border-color: rgb(39,73,11); }

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