Html Css Color HEX #0F3115 Deep Fir

📋 copy color: '#0F3115'

red 15 ◦ green 49 ◦ blue 21

#0F3115
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #0F3115

Tints of Deep Fir #0F3115

RGB

 RED value IS 15 (6.25% from 255) = 17.65%

 GREEN value IS 49 (19.53% from 255) = 57.65%

 BLUE value IS 21 (8.59% from 255) = 24.71%

R = 17.65%
G = 57.65%
B = 24.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#0F3115 (or 0x0F3115) is known color: Deep Fir. HEX triplet: 0F, 31 and 15. RGB value is (15,49,21). Sum of RGB (Red+Green+Blue) = 15+49+21=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 49 (19.53% from 255 or 57.65% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 49 - color contains mainly: green. Hex color #0F3115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3115 is #F0CEEA. Grayscale: #232323. Windows color (decimal): -15781611 or 1388815. OLE color: 1388815.

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

Color convert

RGB 15 49 21 -
CMYK 0.69 0 0.57 0.81
HSL 130.59º 0.53% 0.13% -
HSV(B) 130.59º 0.69% 0.19% -
XYZ 1.43 2.35 1.09 -
YUV 35.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 15 49 21 0.69 0 0.57 0.81 130.59 0.53 0.13
Hex F 31 15 45 0 39 51 83 35 D
Octal 17 61 25 105 0 71 121 203 65 15
Binary 1111 110001 10101 1000101 0 111001 1010001 10000011 110101 1101

Color Harmonies of #0F3115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3115

Black with #0F3115

Text Example


Text Example

White with #0F3115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,49,21); }

 H1.HeaderClassName
 {
   color: #0F3115;
 }
 .AnyTagClassName
 {
   color: #0F3115;
 }
</style>

background-color css

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

 a { background-color: rgb(15,49,21); }

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

border-color css

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

 span { border-color: rgb(15,49,21); }

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