Html Css Color HEX #1F3115 Black Forest

📋 copy color: '#1F3115'

red 31 ◦ green 49 ◦ blue 21

#1F3115
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #1F3115

Tints of Black Forest #1F3115

RGB

 RED value IS 31 (12.5% from 255) = 30.69%

 GREEN value IS 49 (19.53% from 255) = 48.51%

 BLUE value IS 21 (8.59% from 255) = 20.79%

R = 30.69%
G = 48.51%
B = 20.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#1F3115 (or 0x1F3115) is known color: Black Forest. HEX triplet: 1F, 31 and 15. RGB value is (31,49,21). Sum of RGB (Red+Green+Blue) = 31+49+21=101 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.69% from 101); Green value is 49 (19.53% from 255 or 48.51% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 49 - color contains mainly: green. Hex color #1F3115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3115 is #E0CEEA. Grayscale: #282828. Windows color (decimal): -14733035 or 1388831. OLE color: 1388831.

HSL color Cylindrical-coordinate representation of color #1F3115: hue angle of 98.57º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F3115 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB 31 49 21 -
CMYK 0.37 0 0.57 0.81
HSL 98.57º 0.4% 0.14% -
HSV(B) 98.57º 0.57% 0.19% -
XYZ 1.8 2.54 1.11 -
YUV 40.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 31 49 21 0.37 0 0.57 0.81 98.57 0.4 0.14
Hex 1F 31 15 25 0 39 51 63 28 E
Octal 37 61 25 45 0 71 121 143 50 16
Binary 11111 110001 10101 100101 0 111001 1010001 1100011 101000 1110

Color Harmonies of #1F3115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3115

Black with #1F3115

Text Example


Text Example

White with #1F3115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,49,21); }

 H1.HeaderClassName
 {
   color: #1F3115;
 }
 .AnyTagClassName
 {
   color: #1F3115;
 }
</style>

background-color css

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

 a { background-color: rgb(31,49,21); }

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

border-color css

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

 span { border-color: rgb(31,49,21); }

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