#1B3725

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

Shades of Deep Fir #1B3725

Tints of Deep Fir #1B3725

Color information

#1B3725 (or 0x1B3725) is unknown color: approx Deep Fir. HEX triplet: 1B, 37 and 25. RGB value is (27,55,37). Sum of RGB (Red+Green+Blue) = 27+55+37=119 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.69% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 55 - color contains mainly: green. Hex color #1B3725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3725 is #E4C8DA. Grayscale: #2C2C2C. Windows color (decimal): -14993627 or 2438939. OLE color: 2438939.

HSL color Cylindrical-coordinate representation of color #1B3725: hue angle of 141.43º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1B3725 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB275537-
CMYK0.5100.330.78
HSL141.43º34.15%16.08%-
HSV(B)141.43º50.91%21.57%-
XYZ2.153.12.23-
YUV44.58123.72115.46-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.69%
GREEN value IS 55 (21.88% from 255) = 46.22%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=22.69%
G=46.22%
B=31.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2755370.5100.330.78141.4334.1516.08
Hex1B3725330214E8d2210
Octal336745630411162154220
Binary11011110111100101110011010000110011101000110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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