#1B3425

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

Shades of Deep Fir #1B3425

Tints of Deep Fir #1B3425

Color information

#1B3425 (or 0x1B3425) is unknown color: approx Deep Fir. HEX triplet: 1B, 34 and 25. RGB value is (27,52,37). Sum of RGB (Red+Green+Blue) = 27+52+37=116 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.28% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 52 - color contains mainly: green. Hex color #1B3425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3425 is #E4CBDA. Grayscale: #2A2A2A. Windows color (decimal): -14994395 or 2438171. OLE color: 2438171.

HSL color Cylindrical-coordinate representation of color #1B3425: hue angle of 144º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1B3425 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB275237-
CMYK0.4800.290.80
HSL144º31.65%15.49%-
HSV(B)144º48.08%20.39%-
XYZ2.012.822.19-
YUV42.82124.72116.72-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 23.28%
GREEN value IS 52 (20.70% from 255) = 44.83%
BLUE value IS 37 (14.84% from 255) = 31.90%
R=23.28%
G=44.83%
B=31.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2752370.4800.290.8014431.6515.49
Hex1B34253001D509020f
Octal336445600351202204017
Binary110111101001001011100000111011010000100100001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,52,37); }

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

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

 a { background-color: rgb(27,52,37); }

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

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

 span { border-color: rgb(27,52,37); }

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