#1B3827

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

Shades of Deep Fir #1B3827

Tints of Deep Fir #1B3827

Color information

#1B3827 (or 0x1B3827) is unknown color: approx Deep Fir. HEX triplet: 1B, 38 and 27. RGB value is (27,56,39). Sum of RGB (Red+Green+Blue) = 27+56+39=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #1B3827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3827 is #E4C7D8. Grayscale: #2D2D2D. Windows color (decimal): -14993369 or 2570267. OLE color: 2570267.

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

Color convert

RGB275639-
CMYK0.5200.300.78
HSL144.83º34.94%16.27%-
HSV(B)144.83º51.79%21.96%-
XYZ2.233.212.42-
YUV45.39124.39114.88-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.13%
GREEN value IS 56 (22.27% from 255) = 45.90%
BLUE value IS 39 (15.62% from 255) = 31.97%
R=22.13%
G=45.90%
B=31.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2756390.5200.300.78144.8334.9416.27
Hex1B38273401E4E912310
Octal337047640361162214320
Binary1101111100010011111010001111010011101001000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,56,39); }

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

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

 a { background-color: rgb(27,56,39); }

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

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

 span { border-color: rgb(27,56,39); }

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