#1F3A0C

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

Shades of Black Forest #1F3A0C

Tints of Black Forest #1F3A0C

Color information

#1F3A0C (or 0x1F3A0C) is unknown color: approx Black Forest. HEX triplet: 1F, 3A and 0C. RGB value is (31,58,12). Sum of RGB (Red+Green+Blue) = 31+58+12=101 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.69% from 101); Green value is 58 (23.05% from 255 or 57.43% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 58 - color contains mainly: green. Hex color #1F3A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3A0C is #E0C5F3. Grayscale: #2C2C2C. Windows color (decimal): -14730740 or 801311. OLE color: 801311.

HSL color Cylindrical-coordinate representation of color #1F3A0C: hue angle of 95.22º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F3A0C is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.77.

Color convert

RGB315812-
CMYK0.4700.790.77
HSL95.22º65.71%13.73%-
HSV(B)95.22º79.31%22.75%-
XYZ2.143.340.88-
YUV44.68109.55118.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 30.69%
GREEN value IS 58 (23.05% from 255) = 57.43%
BLUE value IS 12 (5.08% from 255) = 11.88%
R=30.69%
G=57.43%
B=11.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3158120.4700.790.7795.2265.7113.73
Hex1F3AC2F04F4D5f42e
Octal37721457011711513710216
Binary111111110101100101111010011111001101101111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,58,12); }

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

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

 a { background-color: rgb(31,58,12); }

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

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

 span { border-color: rgb(31,58,12); }

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