#0B3013

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

Shades of Deep Fir #0B3013

Tints of Deep Fir #0B3013

Color information

#0B3013 (or 0x0B3013) is unknown color: approx Deep Fir. HEX triplet: 0B, 30 and 13. RGB value is (11,48,19). Sum of RGB (Red+Green+Blue) = 11+48+19=78 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.10% from 78); Green value is 48 (19.14% from 255 or 61.54% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 48 - color contains mainly: green. Hex color #0B3013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3013 is #F4CFEC. Grayscale: #212121. Windows color (decimal): -16044013 or 1257483. OLE color: 1257483.

HSL color Cylindrical-coordinate representation of color #0B3013: hue angle of 132.97º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B3013 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB114819-
CMYK0.7700.600.81
HSL132.97º62.71%11.57%-
HSV(B)132.97º77.08%18.82%-
XYZ1.312.230.98-
YUV33.63119.74111.86-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.10%
GREEN value IS 48 (19.14% from 255) = 61.54%
BLUE value IS 19 (7.81% from 255) = 24.36%
R=14.10%
G=61.54%
B=24.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1148190.7700.600.81132.9762.7111.57
HexB30134D03C51853fc
Octal1360231150741212057714
Binary101111000010011100110101111001010001100001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,48,19); }

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

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

 a { background-color: rgb(11,48,19); }

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

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

 span { border-color: rgb(11,48,19); }

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