Html Css Color HEX #0F3314 Deep Fir

📋 copy color: '#0F3314'

red 15 ◦ green 51 ◦ blue 20

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

Shades of Deep Fir #0F3314

Tints of Deep Fir #0F3314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 59.3%

 BLUE value IS 20 (8.2% from 255) = 23.26%

R = 17.44%
G = 59.3%
B = 23.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#0F3314 (or 0x0F3314) is known color: Deep Fir. HEX triplet: 0F, 33 and 14. RGB value is (15,51,20). Sum of RGB (Red+Green+Blue) = 15+51+20=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 51 (20.31% from 255 or 59.30% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 51 - color contains mainly: green. Hex color #0F3314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3314 is #F0CCEB. Grayscale: #242424. Windows color (decimal): -15781100 or 1323791. OLE color: 1323791.

HSL color Cylindrical-coordinate representation of color #0F3314: hue angle of 128.33º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F3314 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB 15 51 20 -
CMYK 0.71 0 0.61 0.8
HSL 128.33º 0.55% 0.13% -
HSV(B) 128.33º 0.71% 0.2% -
XYZ 1.51 2.52 1.07 -
YUV 36.7 118.57 112.52 -
System Red Green Blue C M Y K H S L
Decimal 15 51 20 0.71 0 0.61 0.8 128.33 0.55 0.13
Hex F 33 14 47 0 3D 50 80 37 D
Octal 17 63 24 107 0 75 120 200 67 15
Binary 1111 110011 10100 1000111 0 111101 1010000 10000000 110111 1101

Color Harmonies of #0F3314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3314

Black with #0F3314

Text Example


Text Example

White with #0F3314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,51,20); }

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

background-color css

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

 a { background-color: rgb(15,51,20); }

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

border-color css

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

 span { border-color: rgb(15,51,20); }

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