#1F241D

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

Shades of Black Forest #1F241D

Tints of Black Forest #1F241D

Color information

#1F241D (or 0x1F241D) is unknown color: approx Black Forest. HEX triplet: 1F, 24 and 1D. RGB value is (31,36,29). Sum of RGB (Red+Green+Blue) = 31+36+29=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 36 - color contains mainly: green. Hex color #1F241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F241D is #E0DBE2. Grayscale: #212121. Windows color (decimal): -14736355 or 1909791. OLE color: 1909791.

HSL color Cylindrical-coordinate representation of color #1F241D: hue angle of 102.86º degrees, saturation: 0.11, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1F241D is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.86.

Color convert

RGB313629-
CMYK0.1400.190.86
HSL102.86º10.77%12.75%-
HSV(B)102.86º19.44%14.12%-
XYZ1.421.641.4-
YUV33.71125.34126.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.29%
GREEN value IS 36 (14.45% from 255) = 37.5%
BLUE value IS 29 (11.72% from 255) = 30.21%
R=32.29%
G=37.5%
B=30.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3136290.1400.190.86102.8610.7712.75
Hex1F241DE0135667bd
Octal374435160231261471315
Binary111111001001110111100100111010110110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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