#0B481C

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

Shades of Deep Fir #0B481C

Tints of Deep Fir #0B481C

Color information

#0B481C (or 0x0B481C) is unknown color: approx Deep Fir. HEX triplet: 0B, 48 and 1C. RGB value is (11,72,28). Sum of RGB (Red+Green+Blue) = 11+72+28=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 72 (28.52% from 255 or 64.86% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 72 - color contains mainly: green. Hex color #0B481C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B481C is #F4B7E3. Grayscale: #303030. Windows color (decimal): -16037860 or 1853451. OLE color: 1853451.

HSL color Cylindrical-coordinate representation of color #0B481C: hue angle of 136.72º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B481C is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB117228-
CMYK0.8500.610.72
HSL136.72º73.49%16.27%-
HSV(B)136.72º84.72%28.24%-
XYZ2.664.791.88-
YUV48.74116.29101.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.91%
GREEN value IS 72 (28.52% from 255) = 64.86%
BLUE value IS 28 (11.33% from 255) = 25.23%
R=9.91%
G=64.86%
B=25.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1172280.8500.610.72136.7273.4916.27
HexB481C5503D48894910
Octal131103412507511021111120
Binary101110010001110010101010111101100100010001001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B481C; }

 p { color: rgb(11,72,28); }

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

<style>
 a { background-color: #0B481C; }

 a { background-color: rgb(11,72,28); }

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

<style>
 span { border-color: #0B481C; }

 span { border-color: rgb(11,72,28); }

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