#0B371B

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

Shades of Deep Fir #0B371B

Tints of Deep Fir #0B371B

Color information

#0B371B (or 0x0B371B) is unknown color: approx Deep Fir. HEX triplet: 0B, 37 and 1B. RGB value is (11,55,27). Sum of RGB (Red+Green+Blue) = 11+55+27=93 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.83% from 93); Green value is 55 (21.88% from 255 or 59.14% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 55 - color contains mainly: green. Hex color #0B371B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B371B is #F4C8E4. Grayscale: #262626. Windows color (decimal): -16042213 or 1783563. OLE color: 1783563.

HSL color Cylindrical-coordinate representation of color #0B371B: hue angle of 141.82º 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 #0B371B is Cyan = 0.8, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB115527-
CMYK0.800.510.78
HSL141.82º66.67%12.94%-
HSV(B)141.82º80%21.57%-
XYZ1.72.881.5-
YUV38.65121.42108.28-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.83%
GREEN value IS 55 (21.88% from 255) = 59.14%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=11.83%
G=59.14%
B=29.03%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1155270.800.510.78141.8266.6712.94
HexB371B500334E8e43d
Octal13673312006311621610315
Binary1011110111110111010000011001110011101000111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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