Html Css Color HEX #1F3412 Black Forest

📋 copy color: '#1F3412'

red 31 ◦ green 52 ◦ blue 18

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

Shades of Black Forest #1F3412

Tints of Black Forest #1F3412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 51.49%

 BLUE value IS 18 (7.42% from 255) = 17.82%

R = 30.69%
G = 51.49%
B = 17.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#1F3412 (or 0x1F3412) is known color: Black Forest. HEX triplet: 1F, 34 and 12. RGB value is (31,52,18). Sum of RGB (Red+Green+Blue) = 31+52+18=101 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.69% from 101); Green value is 52 (20.70% from 255 or 51.49% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 52 - color contains mainly: green. Hex color #1F3412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3412 is #E0CBED. Grayscale: #292929. Windows color (decimal): -14732270 or 1192991. OLE color: 1192991.

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

Color convert

RGB 31 52 18 -
CMYK 0.40 0 0.65 0.80
HSL 97.06º 0.49% 0.14% -
HSV(B) 97.06º 0.65% 0.2% -
XYZ 1.9 2.79 1.01 -
YUV 41.85 114.54 120.26 -
System Red Green Blue C M Y K H S L
Decimal 31 52 18 0.40 0 0.65 0.80 97.06 0.49 0.14
Hex 1F 34 12 28 0 41 50 61 31 E
Octal 37 64 22 50 0 101 120 141 61 16
Binary 11111 110100 10010 101000 0 1000001 1010000 1100001 110001 1110

Color Harmonies of #1F3412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3412

Black with #1F3412

Text Example


Text Example

White with #1F3412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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