#1F3F29

Color #1F3F29 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #1F3F29

Tints of Deep Fir #1F3F29

Color information

#1F3F29 (or 0x1F3F29) is unknown color: approx Deep Fir. HEX triplet: 1F, 3F and 29. RGB value is (31,63,41). Sum of RGB (Red+Green+Blue) = 31+63+41=135 (17% of max value = 765). Red value is 31 (12.5% from 255 or 22.96% from 135); Green value is 63 (25% from 255 or 46.67% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 63 - color contains mainly: green. Hex color #1F3F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3F29 is #E0C0D6. Grayscale: #323232. Windows color (decimal): -14729431 or 2703135. OLE color: 2703135.

HSL color Cylindrical-coordinate representation of color #1F3F29: hue angle of 138.75º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F3F29 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB316341-
CMYK0.5100.350.75
HSL138.75º34.04%18.43%-
HSV(B)138.75º50.79%24.71%-
XYZ2.744.012.73-
YUV50.92122.4113.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.96%
GREEN value IS 63 (25% from 255) = 46.67%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=22.96%
G=46.67%
B=30.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3163410.5100.350.75138.7534.0418.43
Hex1F3F29330234B8b2212
Octal377751630431132134222
Binary11111111111101001110011010001110010111000101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,63,41); }

 H1.HeaderClassName
 {
   color: #1F3F29;
 }
 .AnyTagClassName
 {
   color: #1F3F29;
 }
</style>
background-color css

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

 a { background-color: rgb(31,63,41); }

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

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

 span { border-color: rgb(31,63,41); }

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