#27331F

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

Shades of Black Forest #27331F

Tints of Black Forest #27331F

Color information

#27331F (or 0x27331F) is unknown color: approx Black Forest. HEX triplet: 27, 33 and 1F. RGB value is (39,51,31). Sum of RGB (Red+Green+Blue) = 39+51+31=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 51 - color contains mainly: green. Hex color #27331F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27331F is #D8CCE0. Grayscale: #2D2D2D. Windows color (decimal): -14208225 or 2044711. OLE color: 2044711.

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

Color convert

RGB395131-
CMYK0.2400.390.8
HSL96º24.39%16.08%-
HSV(B)96º39.22%20%-
XYZ2.272.91.74-
YUV45.13120.02123.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.23%
GREEN value IS 51 (20.31% from 255) = 42.15%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=32.23%
G=42.15%
B=25.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3951310.2400.390.89624.3916.08
Hex27331F1802750601810
Octal476337300471201403020
Binary10011111001111111110000100111101000011000001100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27331F; }

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

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

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

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

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

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

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

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