#27470D

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

Shades of Black Forest #27470D

Tints of Black Forest #27470D

Color information

#27470D (or 0x27470D) is unknown color: approx Black Forest. HEX triplet: 27, 47 and 0D. RGB value is (39,71,13). Sum of RGB (Red+Green+Blue) = 39+71+13=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #27470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27470D is #D8B8F2. Grayscale: #373737. Windows color (decimal): -14203123 or 870183. OLE color: 870183.

HSL color Cylindrical-coordinate representation of color #27470D: hue angle of 93.1º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27470D is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB397113-
CMYK0.4500.820.72
HSL93.1º69.05%16.47%-
HSV(B)93.1º81.69%27.84%-
XYZ3.164.971.17-
YUV54.82104.4116.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.71%
GREEN value IS 71 (28.12% from 255) = 57.72%
BLUE value IS 13 (5.47% from 255) = 10.57%
R=31.71%
G=57.72%
B=10.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3971130.4500.820.7293.169.0516.47
Hex2747D2D052485d4510
Octal471071555012211013510520
Binary100111100011111011011010101001010010001011101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27470D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27470D; }

 p { color: rgb(39,71,13); }

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

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

 a { background-color: rgb(39,71,13); }

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

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

 span { border-color: rgb(39,71,13); }

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