#0F301B

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

Shades of Deep Fir #0F301B

Tints of Deep Fir #0F301B

Color information

#0F301B (or 0x0F301B) is unknown color: approx Deep Fir. HEX triplet: 0F, 30 and 1B. RGB value is (15,48,27). Sum of RGB (Red+Green+Blue) = 15+48+27=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #0F301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F301B is #F0CFE4. Grayscale: #232323. Windows color (decimal): -15781861 or 1781775. OLE color: 1781775.

HSL color Cylindrical-coordinate representation of color #0F301B: hue angle of 141.82º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F301B is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB154827-
CMYK0.6900.440.81
HSL141.82º52.38%12.35%-
HSV(B)141.82º68.75%18.82%-
XYZ1.452.291.4-
YUV35.74123.07113.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.67%
GREEN value IS 48 (19.14% from 255) = 53.33%
BLUE value IS 27 (10.94% from 255) = 30%
R=16.67%
G=53.33%
B=30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1548270.6900.440.81141.8252.3812.35
HexF301B4502C518e34c
Octal1760331050541212166414
Binary111111000011011100010101011001010001100011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,48,27); }

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

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

 a { background-color: rgb(15,48,27); }

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

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

 span { border-color: rgb(15,48,27); }

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