#0B431C

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

Shades of Deep Fir #0B431C

Tints of Deep Fir #0B431C

Color information

#0B431C (or 0x0B431C) is unknown color: approx Deep Fir. HEX triplet: 0B, 43 and 1C. RGB value is (11,67,28). Sum of RGB (Red+Green+Blue) = 11+67+28=106 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.38% from 106); Green value is 67 (26.56% from 255 or 63.21% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 67 - color contains mainly: green. Hex color #0B431C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B431C is #F4BCE3. Grayscale: #2D2D2D. Windows color (decimal): -16039140 or 1852171. OLE color: 1852171.

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

Color convert

RGB116728-
CMYK0.8400.580.74
HSL138.21º71.79%15.29%-
HSV(B)138.21º83.58%26.27%-
XYZ2.354.171.78-
YUV45.81117.95103.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.38%
GREEN value IS 67 (26.56% from 255) = 63.21%
BLUE value IS 28 (11.33% from 255) = 26.42%
R=10.38%
G=63.21%
B=26.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1167280.8400.580.74138.2171.7915.29
HexB431C5403A4A8a48f
Octal131033412407211221211017
Binary10111000011111001010100011101010010101000101010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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