#1F380F

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

Shades of Black Forest #1F380F

Tints of Black Forest #1F380F

Color information

#1F380F (or 0x1F380F) is unknown color: approx Black Forest. HEX triplet: 1F, 38 and 0F. RGB value is (31,56,15). Sum of RGB (Red+Green+Blue) = 31+56+15=102 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.39% from 102); Green value is 56 (22.27% from 255 or 54.90% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 56 - color contains mainly: green. Hex color #1F380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F380F is #E0C7F0. Grayscale: #2B2B2B. Windows color (decimal): -14731249 or 997407. OLE color: 997407.

HSL color Cylindrical-coordinate representation of color #1F380F: hue angle of 96.59º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F380F is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB315615-
CMYK0.4500.730.78
HSL96.59º57.75%13.92%-
HSV(B)96.59º73.21%21.96%-
XYZ2.073.150.95-
YUV43.85111.72118.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 30.39%
GREEN value IS 56 (22.27% from 255) = 54.90%
BLUE value IS 15 (6.25% from 255) = 14.71%
R=30.39%
G=54.90%
B=14.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3156150.4500.730.7896.5957.7513.92
Hex1F38F2D0494E613ae
Octal3770175501111161417216
Binary11111111000111110110101001001100111011000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,56,15); }

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

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

 a { background-color: rgb(31,56,15); }

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

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

 span { border-color: rgb(31,56,15); }

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