#0B421B

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

Shades of Deep Fir #0B421B

Tints of Deep Fir #0B421B

Color information

#0B421B (or 0x0B421B) is unknown color: approx Deep Fir. HEX triplet: 0B, 42 and 1B. RGB value is (11,66,27). Sum of RGB (Red+Green+Blue) = 11+66+27=104 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.58% from 104); Green value is 66 (26.17% from 255 or 63.46% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 66 - color contains mainly: green. Hex color #0B421B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B421B is #F4BDE4. Grayscale: #2D2D2D. Windows color (decimal): -16039397 or 1786379. OLE color: 1786379.

HSL color Cylindrical-coordinate representation of color #0B421B: hue angle of 137.45º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B421B is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB116627-
CMYK0.8300.590.74
HSL137.45º71.43%15.1%-
HSV(B)137.45º83.33%25.88%-
XYZ2.284.051.7-
YUV45.11117.78103.67-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.58%
GREEN value IS 66 (26.17% from 255) = 63.46%
BLUE value IS 27 (10.94% from 255) = 25.96%
R=10.58%
G=63.46%
B=25.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1166270.8300.590.74137.4571.4315.1
HexB421B5303B4A8947f
Octal131023312307311221110717
Binary10111000010110111010011011101110010101000100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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