#0B441D

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

Shades of Deep Fir #0B441D

Tints of Deep Fir #0B441D

Color information

#0B441D (or 0x0B441D) is unknown color: approx Deep Fir. HEX triplet: 0B, 44 and 1D. RGB value is (11,68,29). Sum of RGB (Red+Green+Blue) = 11+68+29=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 68 (26.95% from 255 or 62.96% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 68 - color contains mainly: green. Hex color #0B441D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B441D is #F4BBE2. Grayscale: #2E2E2E. Windows color (decimal): -16038883 or 1917963. OLE color: 1917963.

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

Color convert

RGB116829-
CMYK0.8400.570.73
HSL138.95º72.15%15.49%-
HSV(B)138.95º83.82%26.67%-
XYZ2.434.291.86-
YUV46.51118.12102.67-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.19%
GREEN value IS 68 (26.95% from 255) = 62.96%
BLUE value IS 29 (11.72% from 255) = 26.85%
R=10.19%
G=62.96%
B=26.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1168290.8400.570.73138.9572.1515.49
HexB441D54039498b48f
Octal131043512407111121311017
Binary10111000100111011010100011100110010011000101110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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