#1F3413

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

Shades of Black Forest #1F3413

Tints of Black Forest #1F3413

Color information

#1F3413 (or 0x1F3413) is unknown color: approx Black Forest. HEX triplet: 1F, 34 and 13. RGB value is (31,52,19). Sum of RGB (Red+Green+Blue) = 31+52+19=102 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.39% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #1F3413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3413 is #E0CBEC. Grayscale: #2A2A2A. Windows color (decimal): -14732269 or 1258527. OLE color: 1258527.

HSL color Cylindrical-coordinate representation of color #1F3413: hue angle of 98.18º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F3413 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB315219-
CMYK0.4000.630.80
HSL98.18º46.48%13.92%-
HSV(B)98.18º63.46%20.39%-
XYZ1.912.791.05-
YUV41.96115.04120.18-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 30.39%
GREEN value IS 52 (20.70% from 255) = 50.98%
BLUE value IS 19 (7.81% from 255) = 18.63%
R=30.39%
G=50.98%
B=18.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3152190.4000.630.8098.1846.4813.92
Hex1F34132803F50622ee
Octal376423500771201425616
Binary11111110100100111010000111111101000011000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,52,19); }

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

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

 a { background-color: rgb(31,52,19); }

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

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

 span { border-color: rgb(31,52,19); }

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