#0B371E

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

Shades of Deep Fir #0B371E

Tints of Deep Fir #0B371E

Color information

#0B371E (or 0x0B371E) is unknown color: approx Deep Fir. HEX triplet: 0B, 37 and 1E. RGB value is (11,55,30). Sum of RGB (Red+Green+Blue) = 11+55+30=96 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.46% from 96); Green value is 55 (21.88% from 255 or 57.29% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 55 - color contains mainly: green. Hex color #0B371E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B371E is #F4C8E1. Grayscale: #272727. Windows color (decimal): -16042210 or 1980171. OLE color: 1980171.

HSL color Cylindrical-coordinate representation of color #0B371E: hue angle of 145.91º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B371E is Cyan = 0.8, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB115530-
CMYK0.800.450.78
HSL145.91º66.67%12.94%-
HSV(B)145.91º80%21.57%-
XYZ1.742.91.7-
YUV38.99122.92108.03-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.46%
GREEN value IS 55 (21.88% from 255) = 57.29%
BLUE value IS 30 (12.11% from 255) = 31.25%
R=11.46%
G=57.29%
B=31.25%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1155300.800.450.78145.9166.6712.94
HexB371E5002D4E9243d
Octal13673612005511622210315
Binary1011110111111101010000010110110011101001001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,55,30); }

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

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

 a { background-color: rgb(11,55,30); }

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

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

 span { border-color: rgb(11,55,30); }

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