#0B381F

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

Shades of Deep Fir #0B381F

Tints of Deep Fir #0B381F

Color information

#0B381F (or 0x0B381F) is unknown color: approx Deep Fir. HEX triplet: 0B, 38 and 1F. RGB value is (11,56,31). Sum of RGB (Red+Green+Blue) = 11+56+31=98 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.22% from 98); Green value is 56 (22.27% from 255 or 57.14% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 56 - color contains mainly: green. Hex color #0B381F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B381F is #F4C7E0. Grayscale: #272727. Windows color (decimal): -16041953 or 2045963. OLE color: 2045963.

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

Color convert

RGB115631-
CMYK0.8000.450.78
HSL146.67º67.16%13.14%-
HSV(B)146.67º80.36%21.96%-
XYZ1.831.78-
YUV39.7123.09107.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.22%
GREEN value IS 56 (22.27% from 255) = 57.14%
BLUE value IS 31 (12.5% from 255) = 31.63%
R=11.22%
G=57.14%
B=31.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1156310.8000.450.78146.6767.1613.14
HexB381F5002D4E9343d
Octal13703712005511622310315
Binary1011111000111111010000010110110011101001001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,56,31); }

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

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

 a { background-color: rgb(11,56,31); }

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

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

 span { border-color: rgb(11,56,31); }

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