#0B441B

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

Shades of Deep Fir #0B441B

Tints of Deep Fir #0B441B

Color information

#0B441B (or 0x0B441B) is unknown color: approx Deep Fir. HEX triplet: 0B, 44 and 1B. RGB value is (11,68,27). Sum of RGB (Red+Green+Blue) = 11+68+27=106 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.38% from 106); Green value is 68 (26.95% from 255 or 64.15% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 68 - color contains mainly: green. Hex color #0B441B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B441B is #F4BBE4. Grayscale: #2E2E2E. Windows color (decimal): -16038885 or 1786891. OLE color: 1786891.

HSL color Cylindrical-coordinate representation of color #0B441B: hue angle of 136.84º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B441B is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB116827-
CMYK0.8400.600.73
HSL136.84º72.15%15.49%-
HSV(B)136.84º83.82%26.67%-
XYZ2.44.281.74-
YUV46.28117.12102.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.38%
GREEN value IS 68 (26.95% from 255) = 64.15%
BLUE value IS 27 (10.94% from 255) = 25.47%
R=10.38%
G=64.15%
B=25.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1168270.8400.600.73136.8472.1515.49
HexB441B5403C498948f
Octal131043312407411121111017
Binary10111000100110111010100011110010010011000100110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B441B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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