Html Css Color HEX #1F390F Black Forest

📋 copy color: '#1F390F'

red 31 ◦ green 57 ◦ blue 15

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

Shades of Black Forest #1F390F

Tints of Black Forest #1F390F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 55.34%

 BLUE value IS 15 (6.25% from 255) = 14.56%

R = 30.1%
G = 55.34%
B = 14.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.74

 K value IS 0.78

RGB Variations

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

Color information

#1F390F (or 0x1F390F) is known color: Black Forest. HEX triplet: 1F, 39 and 0F. RGB value is (31,57,15). Sum of RGB (Red+Green+Blue) = 31+57+15=103 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.10% from 103); Green value is 57 (22.66% from 255 or 55.34% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 57 - color contains mainly: green. Hex color #1F390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F390F is #E0C6F0. Grayscale: #2C2C2C. Windows color (decimal): -14730993 or 997663. OLE color: 997663.

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

Color convert

RGB 31 57 15 -
CMYK 0.46 0 0.74 0.78
HSL 97.14º 0.58% 0.14% -
HSV(B) 97.14º 0.74% 0.22% -
XYZ 2.11 3.25 0.97 -
YUV 44.44 111.39 118.42 -
System Red Green Blue C M Y K H S L
Decimal 31 57 15 0.46 0 0.74 0.78 97.14 0.58 0.14
Hex 1F 39 F 2E 0 4A 4E 61 3A E
Octal 37 71 17 56 0 112 116 141 72 16
Binary 11111 111001 1111 101110 0 1001010 1001110 1100001 111010 1110

Color Harmonies of #1F390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F390F

Black with #1F390F

Text Example


Text Example

White with #1F390F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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