#1F271C

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

Shades of Black Forest #1F271C

Tints of Black Forest #1F271C

Color information

#1F271C (or 0x1F271C) is unknown color: approx Black Forest. HEX triplet: 1F, 27 and 1C. RGB value is (31,39,28). Sum of RGB (Red+Green+Blue) = 31+39+28=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 39 - color contains mainly: green. Hex color #1F271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F271C is #E0D8E3. Grayscale: #232323. Windows color (decimal): -14735588 or 1845023. OLE color: 1845023.

HSL color Cylindrical-coordinate representation of color #1F271C: hue angle of 103.64º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1F271C is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.

Color convert

RGB313928-
CMYK0.2100.280.85
HSL103.64º16.42%13.14%-
HSV(B)103.64º28.21%15.29%-
XYZ1.51.831.37-
YUV35.35123.85124.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.63%
GREEN value IS 39 (15.62% from 255) = 39.80%
BLUE value IS 28 (11.33% from 255) = 28.57%
R=31.63%
G=39.80%
B=28.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3139280.2100.280.85103.6416.4213.14
Hex1F271C1501C556810d
Octal374734250341251502015
Binary11111100111111001010101110010101011101000100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F271C; }

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

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

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

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

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

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

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

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