Html Css Color HEX #1F360F Black Forest

📋 copy color: '#1F360F'

red 31 ◦ green 54 ◦ blue 15

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

Shades of Black Forest #1F360F

Tints of Black Forest #1F360F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 54%

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

R = 31%
G = 54%
B = 15%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#1F360F (or 0x1F360F) is known color: Black Forest. HEX triplet: 1F, 36 and 0F. RGB value is (31,54,15). Sum of RGB (Red+Green+Blue) = 31+54+15=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 54 (21.48% from 255 or 54% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 54 - color contains mainly: green. Hex color #1F360F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F360F is #E0C9F0. Grayscale: #2A2A2A. Windows color (decimal): -14731761 or 996895. OLE color: 996895.

HSL color Cylindrical-coordinate representation of color #1F360F: hue angle of 95.38º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F360F is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB 31 54 15 -
CMYK 0.43 0 0.72 0.79
HSL 95.38º 0.57% 0.14% -
HSV(B) 95.38º 0.72% 0.21% -
XYZ 1.97 2.96 0.92 -
YUV 42.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 31 54 15 0.43 0 0.72 0.79 95.38 0.57 0.14
Hex 1F 36 F 2B 0 48 4F 5F 39 E
Octal 37 66 17 53 0 110 117 137 71 16
Binary 11111 110110 1111 101011 0 1001000 1001111 1011111 111001 1110

Color Harmonies of #1F360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F360F

Black with #1F360F

Text Example


Text Example

White with #1F360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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