Html Css Color HEX #0F3215 Deep Fir

📋 copy color: '#0F3215'

red 15 ◦ green 50 ◦ blue 21

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

Shades of Deep Fir #0F3215

Tints of Deep Fir #0F3215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 58.14%

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

R = 17.44%
G = 58.14%
B = 24.42%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#0F3215 (or 0x0F3215) is known color: Deep Fir. HEX triplet: 0F, 32 and 15. RGB value is (15,50,21). Sum of RGB (Red+Green+Blue) = 15+50+21=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 50 (19.92% from 255 or 58.14% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3215 is #F0CDEA. Grayscale: #242424. Windows color (decimal): -15781355 or 1389071. OLE color: 1389071.

HSL color Cylindrical-coordinate representation of color #0F3215: hue angle of 130.29º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F3215 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB 15 50 21 -
CMYK 0.70 0 0.58 0.80
HSL 130.29º 0.54% 0.13% -
HSV(B) 130.29º 0.7% 0.2% -
XYZ 1.47 2.44 1.1 -
YUV 36.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 15 50 21 0.70 0 0.58 0.80 130.29 0.54 0.13
Hex F 32 15 46 0 3A 50 82 36 D
Octal 17 62 25 106 0 72 120 202 66 15
Binary 1111 110010 10101 1000110 0 111010 1010000 10000010 110110 1101

Color Harmonies of #0F3215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3215

Black with #0F3215

Text Example


Text Example

White with #0F3215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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