Html Css Color HEX #0F3319 Deep Fir

📋 copy color: '#0F3319'

red 15 ◦ green 51 ◦ blue 25

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

Shades of Deep Fir #0F3319

Tints of Deep Fir #0F3319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 27.47%

R = 16.48%
G = 56.04%
B = 27.47%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#0F3319 (or 0x0F3319) is known color: Deep Fir. HEX triplet: 0F, 33 and 19. RGB value is (15,51,25). Sum of RGB (Red+Green+Blue) = 15+51+25=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 51 (20.31% from 255 or 56.04% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 51 - color contains mainly: green. Hex color #0F3319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3319 is #F0CCE6. Grayscale: #252525. Windows color (decimal): -15781095 or 1651471. OLE color: 1651471.

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

Color convert

RGB 15 51 25 -
CMYK 0.71 0 0.51 0.8
HSL 136.67º 0.55% 0.13% -
HSV(B) 136.67º 0.71% 0.2% -
XYZ 1.56 2.54 1.33 -
YUV 37.27 121.07 112.11 -
System Red Green Blue C M Y K H S L
Decimal 15 51 25 0.71 0 0.51 0.8 136.67 0.55 0.13
Hex F 33 19 47 0 33 50 89 37 D
Octal 17 63 31 107 0 63 120 211 67 15
Binary 1111 110011 11001 1000111 0 110011 1010000 10001001 110111 1101

Color Harmonies of #0F3319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3319

Black with #0F3319

Text Example


Text Example

White with #0F3319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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