Html Css Color HEX #0F3315 Deep Fir

📋 copy color: '#0F3315'

red 15 ◦ green 51 ◦ blue 21

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

Shades of Deep Fir #0F3315

Tints of Deep Fir #0F3315

RGB

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

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

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

R = 17.24%
G = 58.62%
B = 24.14%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

#0F3315 (or 0x0F3315) is known color: Deep Fir. HEX triplet: 0F, 33 and 15. RGB value is (15,51,21). Sum of RGB (Red+Green+Blue) = 15+51+21=87 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.24% from 87); Green value is 51 (20.31% from 255 or 58.62% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 51 - color contains mainly: green. Hex color #0F3315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3315 is #F0CCEA. Grayscale: #242424. Windows color (decimal): -15781099 or 1389327. OLE color: 1389327.

HSL color Cylindrical-coordinate representation of color #0F3315: hue angle of 130º 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 #0F3315 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.8.

Color convert

RGB 15 51 21 -
CMYK 0.71 0 0.59 0.8
HSL 130º 0.55% 0.13% -
HSV(B) 130º 0.71% 0.2% -
XYZ 1.52 2.52 1.12 -
YUV 36.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 15 51 21 0.71 0 0.59 0.8 130 0.55 0.13
Hex F 33 15 47 0 3B 50 82 37 D
Octal 17 63 25 107 0 73 120 202 67 15
Binary 1111 110011 10101 1000111 0 111011 1010000 10000010 110111 1101

Color Harmonies of #0F3315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3315

Black with #0F3315

Text Example


Text Example

White with #0F3315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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