#0B431A

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

Shades of Deep Fir #0B431A

Tints of Deep Fir #0B431A

Color information

#0B431A (or 0x0B431A) is unknown color: approx Deep Fir. HEX triplet: 0B, 43 and 1A. RGB value is (11,67,26). Sum of RGB (Red+Green+Blue) = 11+67+26=104 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.58% from 104); Green value is 67 (26.56% from 255 or 64.42% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 67 - color contains mainly: green. Hex color #0B431A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B431A is #F4BCE5. Grayscale: #2D2D2D. Windows color (decimal): -16039142 or 1721099. OLE color: 1721099.

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

Color convert

RGB116726-
CMYK0.8400.610.74
HSL136.07º71.79%15.29%-
HSV(B)136.07º83.58%26.27%-
XYZ2.334.161.66-
YUV45.58116.95103.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.58%
GREEN value IS 67 (26.56% from 255) = 64.42%
BLUE value IS 26 (10.55% from 255) = 25%
R=10.58%
G=64.42%
B=25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1167260.8400.610.74136.0771.7915.29
HexB431A5403D4A8848f
Octal131033212407511221011017
Binary10111000011110101010100011110110010101000100010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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