Html Css Color HEX #1F3411 Black Forest

📋 copy color: '#1F3411'

red 31 ◦ green 52 ◦ blue 17

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

Shades of Black Forest #1F3411

Tints of Black Forest #1F3411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 17%

R = 31%
G = 52%
B = 17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.80

RGB Variations

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

Color information

#1F3411 (or 0x1F3411) is known color: Black Forest. HEX triplet: 1F, 34 and 11. RGB value is (31,52,17). Sum of RGB (Red+Green+Blue) = 31+52+17=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #1F3411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3411 is #E0CBEE. Grayscale: #292929. Windows color (decimal): -14732271 or 1127455. OLE color: 1127455.

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

Color convert

RGB 31 52 17 -
CMYK 0.40 0 0.67 0.80
HSL 96º 0.51% 0.14% -
HSV(B) 96º 0.67% 0.2% -
XYZ 1.89 2.79 0.97 -
YUV 41.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 31 52 17 0.40 0 0.67 0.80 96 0.51 0.14
Hex 1F 34 11 28 0 43 50 60 33 E
Octal 37 64 21 50 0 103 120 140 63 16
Binary 11111 110100 10001 101000 0 1000011 1010000 1100000 110011 1110

Color Harmonies of #1F3411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3411

Black with #1F3411

Text Example


Text Example

White with #1F3411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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