#27331D

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

Shades of Black Forest #27331D

Tints of Black Forest #27331D

Color information

#27331D (or 0x27331D) is unknown color: approx Black Forest. HEX triplet: 27, 33 and 1D. RGB value is (39,51,29). Sum of RGB (Red+Green+Blue) = 39+51+29=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 51 - color contains mainly: green. Hex color #27331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27331D is #D8CCE2. Grayscale: #2C2C2C. Windows color (decimal): -14208227 or 1913639. OLE color: 1913639.

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

Color convert

RGB395129-
CMYK0.2400.430.8
HSL92.73º27.5%15.69%-
HSV(B)92.73º43.14%20%-
XYZ2.242.891.6-
YUV44.9119.02123.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.77%
GREEN value IS 51 (20.31% from 255) = 42.86%
BLUE value IS 29 (11.72% from 255) = 24.37%
R=32.77%
G=42.86%
B=24.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3951290.2400.430.892.7327.515.69
Hex27331D1802B505d1c10
Octal476335300531201353420
Binary10011111001111101110000101011101000010111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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