#272F23

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

Shades of Black Forest #272F23

Tints of Black Forest #272F23

Color information

#272F23 (or 0x272F23) is unknown color: approx Black Forest. HEX triplet: 27, 2F and 23. RGB value is (39,47,35). Sum of RGB (Red+Green+Blue) = 39+47+35=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 47 - color contains mainly: green. Hex color #272F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F23 is #D8D0DC. Grayscale: #2B2B2B. Windows color (decimal): -14209245 or 2305831. OLE color: 2305831.

HSL color Cylindrical-coordinate representation of color #272F23: hue angle of 100º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #272F23 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.

Color convert

RGB394735-
CMYK0.1700.260.82
HSL100º14.63%16.08%-
HSV(B)100º25.53%18.43%-
XYZ2.162.591.98-
YUV43.24123.35124.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.23%
GREEN value IS 47 (18.75% from 255) = 38.84%
BLUE value IS 35 (14.06% from 255) = 28.93%
R=32.23%
G=38.84%
B=28.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3947350.1700.260.8210014.6316.08
Hex272F231101A5264f10
Octal475743210321221441720
Binary1001111011111000111000101101010100101100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272F23; }

 p { color: rgb(39,47,35); }

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

<style>
 a { background-color: #272F23; }

 a { background-color: rgb(39,47,35); }

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

<style>
 span { border-color: #272F23; }

 span { border-color: rgb(39,47,35); }

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