#0B441A

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

Shades of Deep Fir #0B441A

Tints of Deep Fir #0B441A

Color information

#0B441A (or 0x0B441A) is unknown color: approx Deep Fir. HEX triplet: 0B, 44 and 1A. RGB value is (11,68,26). Sum of RGB (Red+Green+Blue) = 11+68+26=105 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.48% from 105); Green value is 68 (26.95% from 255 or 64.76% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 68 - color contains mainly: green. Hex color #0B441A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B441A is #F4BBE5. Grayscale: #2E2E2E. Windows color (decimal): -16038886 or 1721355. OLE color: 1721355.

HSL color Cylindrical-coordinate representation of color #0B441A: hue angle of 135.79º 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 #0B441A is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB116826-
CMYK0.8400.620.73
HSL135.79º72.15%15.49%-
HSV(B)135.79º83.82%26.67%-
XYZ2.394.281.68-
YUV46.17116.62102.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.48%
GREEN value IS 68 (26.95% from 255) = 64.76%
BLUE value IS 26 (10.55% from 255) = 24.76%
R=10.48%
G=64.76%
B=24.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1168260.8400.620.73135.7972.1515.49
HexB441A5403E498848f
Octal131043212407611121011017
Binary10111000100110101010100011111010010011000100010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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