#1B4121

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

Shades of Deep Fir #1B4121

Tints of Deep Fir #1B4121

Color information

#1B4121 (or 0x1B4121) is unknown color: approx Deep Fir. HEX triplet: 1B, 41 and 21. RGB value is (27,65,33). Sum of RGB (Red+Green+Blue) = 27+65+33=125 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.6% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #1B4121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4121 is #E4BEDE. Grayscale: #323232. Windows color (decimal): -14991071 or 2179355. OLE color: 2179355.

HSL color Cylindrical-coordinate representation of color #1B4121: hue angle of 129.47º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B4121 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB276533-
CMYK0.5800.490.75
HSL129.47º41.3%18.04%-
HSV(B)129.47º58.46%25.49%-
XYZ2.624.122.1-
YUV49.99118.41111.6-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.6%
GREEN value IS 65 (25.78% from 255) = 52%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=21.6%
G=52%
B=26.4%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2765330.5800.490.75129.4741.318.04
Hex1B41213A0314B812912
Octal3310141720611132015122
Binary110111000001100001111010011000110010111000000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,65,33); }

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

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

 a { background-color: rgb(27,65,33); }

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

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

 span { border-color: rgb(27,65,33); }

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