#0B341C

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

Shades of Deep Fir #0B341C

Tints of Deep Fir #0B341C

Color information

#0B341C (or 0x0B341C) is unknown color: approx Deep Fir. HEX triplet: 0B, 34 and 1C. RGB value is (11,52,28). Sum of RGB (Red+Green+Blue) = 11+52+28=91 (12% of max value = 765). Red value is 11 (4.69% from 255 or 12.09% from 91); Green value is 52 (20.70% from 255 or 57.14% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 52 - color contains mainly: green. Hex color #0B341C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B341C is #F4CBE3. Grayscale: #252525. Windows color (decimal): -16042980 or 1848331. OLE color: 1848331.

HSL color Cylindrical-coordinate representation of color #0B341C: hue angle of 144.88º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B341C is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB115228-
CMYK0.7900.460.80
HSL144.88º65.08%12.35%-
HSV(B)144.88º78.85%20.39%-
XYZ1.582.611.52-
YUV37122.92109.45-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.09%
GREEN value IS 52 (20.70% from 255) = 57.14%
BLUE value IS 28 (11.33% from 255) = 30.77%
R=12.09%
G=57.14%
B=30.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1152280.7900.460.80144.8865.0812.35
HexB341C4F02E509141c
Octal13643411705612022110114
Binary1011110100111001001111010111010100001001000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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