#1F271A

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

Shades of Black Forest #1F271A

Tints of Black Forest #1F271A

Color information

#1F271A (or 0x1F271A) is unknown color: approx Black Forest. HEX triplet: 1F, 27 and 1A. RGB value is (31,39,26). Sum of RGB (Red+Green+Blue) = 31+39+26=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 39 - color contains mainly: green. Hex color #1F271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F271A is #E0D8E5. Grayscale: #232323. Windows color (decimal): -14735590 or 1713951. OLE color: 1713951.

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

Color convert

RGB313926-
CMYK0.2100.330.85
HSL96.92º20%12.75%-
HSV(B)96.92º33.33%15.29%-
XYZ1.481.821.25-
YUV35.13122.85125.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.29%
GREEN value IS 39 (15.62% from 255) = 40.62%
BLUE value IS 26 (10.55% from 255) = 27.08%
R=32.29%
G=40.62%
B=27.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3139260.2100.330.8596.922012.75
Hex1F271A15021556114d
Octal374732250411251412415
Binary111111001111101010101010000110101011100001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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