#0B431D

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

Shades of Deep Fir #0B431D

Tints of Deep Fir #0B431D

Color information

#0B431D (or 0x0B431D) is unknown color: approx Deep Fir. HEX triplet: 0B, 43 and 1D. RGB value is (11,67,29). Sum of RGB (Red+Green+Blue) = 11+67+29=107 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.28% from 107); Green value is 67 (26.56% from 255 or 62.62% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 67 - color contains mainly: green. Hex color #0B431D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B431D is #F4BCE2. Grayscale: #2E2E2E. Windows color (decimal): -16039139 or 1917707. OLE color: 1917707.

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

Color convert

RGB116729-
CMYK0.8400.570.74
HSL139.29º71.79%15.29%-
HSV(B)139.29º83.58%26.27%-
XYZ2.374.171.84-
YUV45.92118.45103.09-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.28%
GREEN value IS 67 (26.56% from 255) = 62.62%
BLUE value IS 29 (11.72% from 255) = 27.10%
R=10.28%
G=62.62%
B=27.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1167290.8400.570.74139.2971.7915.29
HexB431D540394A8b48f
Octal131033512407111221311017
Binary10111000011111011010100011100110010101000101110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B431D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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