#0B481B

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

Shades of Deep Fir #0B481B

Tints of Deep Fir #0B481B

Color information

#0B481B (or 0x0B481B) is unknown color: approx Deep Fir. HEX triplet: 0B, 48 and 1B. RGB value is (11,72,27). Sum of RGB (Red+Green+Blue) = 11+72+27=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 72 (28.52% from 255 or 65.45% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 72 - color contains mainly: green. Hex color #0B481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B481B is #F4B7E4. Grayscale: #303030. Windows color (decimal): -16037861 or 1787915. OLE color: 1787915.

HSL color Cylindrical-coordinate representation of color #0B481B: hue angle of 135.74º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B481B is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB117227-
CMYK0.8500.620.72
HSL135.74º73.49%16.27%-
HSV(B)135.74º84.72%28.24%-
XYZ2.654.791.82-
YUV48.63115.79101.16-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10%
GREEN value IS 72 (28.52% from 255) = 65.45%
BLUE value IS 27 (10.94% from 255) = 24.55%
R=10%
G=65.45%
B=24.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1172270.8500.620.72135.7473.4916.27
HexB481B5503E48884910
Octal131103312507611021011120
Binary101110010001101110101010111110100100010001000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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