#272926

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

Shades of Black Forest #272926

Tints of Black Forest #272926

Color information

#272926 (or 0x272926) is unknown color: approx Black Forest. HEX triplet: 27, 29 and 26. RGB value is (39,41,38). Sum of RGB (Red+Green+Blue) = 39+41+38=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 41 - color contains mainly: green. Hex color #272926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272926 is #D8D6D9. Grayscale: #282828. Windows color (decimal): -14210778 or 2500903. OLE color: 2500903.

HSL color Cylindrical-coordinate representation of color #272926: hue angle of 100º degrees, saturation: 0.04, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #272926 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB394138-
CMYK0.0500.070.84
HSL100º3.8%15.49%-
HSV(B)100º7.32%16.08%-
XYZ1.982.162.15-
YUV40.06126.84127.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.05%
GREEN value IS 41 (16.41% from 255) = 34.75%
BLUE value IS 38 (15.23% from 255) = 32.20%
R=33.05%
G=34.75%
B=32.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3941380.0500.070.841003.815.49
Hex27292650754644f
Octal475146507124144417
Binary1001111010011001101010111101010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272926; }

 p { color: rgb(39,41,38); }

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

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

 a { background-color: rgb(39,41,38); }

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

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

 span { border-color: rgb(39,41,38); }

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