#0B431B

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

Shades of Deep Fir #0B431B

Tints of Deep Fir #0B431B

Color information

#0B431B (or 0x0B431B) is unknown color: approx Deep Fir. HEX triplet: 0B, 43 and 1B. RGB value is (11,67,27). Sum of RGB (Red+Green+Blue) = 11+67+27=105 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.48% from 105); Green value is 67 (26.56% from 255 or 63.81% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 67 - color contains mainly: green. Hex color #0B431B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B431B is #F4BCE4. Grayscale: #2D2D2D. Windows color (decimal): -16039141 or 1786635. OLE color: 1786635.

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

Color convert

RGB116727-
CMYK0.8400.600.74
HSL137.14º71.79%15.29%-
HSV(B)137.14º83.58%26.27%-
XYZ2.344.161.72-
YUV45.7117.45103.25-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.48%
GREEN value IS 67 (26.56% from 255) = 63.81%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=10.48%
G=63.81%
B=25.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1167270.8400.600.74137.1471.7915.29
HexB431B5403C4A8948f
Octal131033312407411221111017
Binary10111000011110111010100011110010010101000100110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B431B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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