#1F261D

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

Shades of Black Forest #1F261D

Tints of Black Forest #1F261D

Color information

#1F261D (or 0x1F261D) is unknown color: approx Black Forest. HEX triplet: 1F, 26 and 1D. RGB value is (31,38,29). Sum of RGB (Red+Green+Blue) = 31+38+29=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 38 (15.23% from 255 or 38.78% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 38 - color contains mainly: green. Hex color #1F261D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F261D is #E0D9E2. Grayscale: #222222. Windows color (decimal): -14735843 or 1910303. OLE color: 1910303.

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

Color convert

RGB313829-
CMYK0.1800.240.85
HSL106.67º13.43%13.14%-
HSV(B)106.67º23.68%14.9%-
XYZ1.481.771.43-
YUV34.88124.68125.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.63%
GREEN value IS 38 (15.23% from 255) = 38.78%
BLUE value IS 29 (11.72% from 255) = 29.59%
R=31.63%
G=38.78%
B=29.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3138290.1800.240.85106.6713.4313.14
Hex1F261D12018556bdd
Octal374635220301251531515
Binary1111110011011101100100110001010101110101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,38,29); }

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

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

 a { background-color: rgb(31,38,29); }

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

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

 span { border-color: rgb(31,38,29); }

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