#0B301B

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

Shades of Deep Fir #0B301B

Tints of Deep Fir #0B301B

Color information

#0B301B (or 0x0B301B) is unknown color: approx Deep Fir. HEX triplet: 0B, 30 and 1B. RGB value is (11,48,27). Sum of RGB (Red+Green+Blue) = 11+48+27=86 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.79% from 86); Green value is 48 (19.14% from 255 or 55.81% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 48 - color contains mainly: green. Hex color #0B301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B301B is #F4CFE4. Grayscale: #222222. Windows color (decimal): -16044005 or 1781771. OLE color: 1781771.

HSL color Cylindrical-coordinate representation of color #0B301B: hue angle of 145.95º 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 #0B301B is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB114827-
CMYK0.7700.440.81
HSL145.95º62.71%11.57%-
HSV(B)145.95º77.08%18.82%-
XYZ1.392.261.4-
YUV34.54123.74111.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.79%
GREEN value IS 48 (19.14% from 255) = 55.81%
BLUE value IS 27 (10.94% from 255) = 31.40%
R=12.79%
G=55.81%
B=31.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1148270.7700.440.81145.9562.7111.57
HexB301B4D02C51923fc
Octal1360331150541212227714
Binary101111000011011100110101011001010001100100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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