Html Css Color HEX #1F3727 Deep Fir

📋 copy color: '#1F3727'

red 31 ◦ green 55 ◦ blue 39

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

Shades of Deep Fir #1F3727

Tints of Deep Fir #1F3727

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44%

 BLUE value IS 39 (15.63% from 255) = 31.2%

R = 24.8%
G = 44%
B = 31.2%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#1F3727 (or 0x1F3727) is known color: Deep Fir. HEX triplet: 1F, 37 and 27. RGB value is (31,55,39). Sum of RGB (Red+Green+Blue) = 31+55+39=125 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.8% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 55 - color contains mainly: green. Hex color #1F3727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3727 is #E0C8D8. Grayscale: #2E2E2E. Windows color (decimal): -14731481 or 2570015. OLE color: 2570015.

HSL color Cylindrical-coordinate representation of color #1F3727: hue angle of 140º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1F3727 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB 31 55 39 -
CMYK 0.44 0 0.29 0.78
HSL 140º 0.28% 0.17% -
HSV(B) 140º 0.44% 0.22% -
XYZ 2.3 3.17 2.41 -
YUV 46 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 31 55 39 0.44 0 0.29 0.78 140 0.28 0.17
Hex 1F 37 27 2C 0 1D 4E 8C 1C 11
Octal 37 67 47 54 0 35 116 214 34 21
Binary 11111 110111 100111 101100 0 11101 1001110 10001100 11100 10001

Color Harmonies of #1F3727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3727

Black with #1F3727

Text Example


Text Example

White with #1F3727

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,55,39); }

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

background-color css

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

 a { background-color: rgb(31,55,39); }

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

border-color css

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

 span { border-color: rgb(31,55,39); }

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