#1B3123

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

Shades of Deep Fir #1B3123

Tints of Deep Fir #1B3123

Color information

#1B3123 (or 0x1B3123) is unknown color: approx Deep Fir. HEX triplet: 1B, 31 and 23. RGB value is (27,49,35). Sum of RGB (Red+Green+Blue) = 27+49+35=111 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.32% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 35 (14.06% from 255 or 31.53% from 111); Max value from RGB is 49 - color contains mainly: green. Hex color #1B3123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3123 is #E4CEDC. Grayscale: #282828. Windows color (decimal): -14995165 or 2306331. OLE color: 2306331.

HSL color Cylindrical-coordinate representation of color #1B3123: hue angle of 141.82º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1B3123 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB274935-
CMYK0.4500.290.81
HSL141.82º28.95%14.9%-
HSV(B)141.82º44.9%19.22%-
XYZ1.852.551.98-
YUV40.83124.71118.14-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.32%
GREEN value IS 49 (19.53% from 255) = 44.14%
BLUE value IS 35 (14.06% from 255) = 31.53%
R=24.32%
G=44.14%
B=31.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2749350.4500.290.81141.8228.9514.9
Hex1B31232D01D518e1df
Octal336143550351212163517
Binary11011110001100011101101011101101000110001110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,49,35); }

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

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

 a { background-color: rgb(27,49,35); }

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

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

 span { border-color: rgb(27,49,35); }

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