Html Css Color HEX #0F4119 Deep Fir

📋 copy color: '#0F4119'

red 15 ◦ green 65 ◦ blue 25

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

Shades of Deep Fir #0F4119

Tints of Deep Fir #0F4119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 61.9%

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

R = 14.29%
G = 61.9%
B = 23.81%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#0F4119 (or 0x0F4119) is known color: Deep Fir. HEX triplet: 0F, 41 and 19. RGB value is (15,65,25). Sum of RGB (Red+Green+Blue) = 15+65+25=105 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.29% from 105); Green value is 65 (25.78% from 255 or 61.90% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 65 - color contains mainly: green. Hex color #0F4119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4119 is #F0BEE6. Grayscale: #2D2D2D. Windows color (decimal): -15777511 or 1655055. OLE color: 1655055.

HSL color Cylindrical-coordinate representation of color #0F4119: hue angle of 132º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4119 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 65 25 -
CMYK 0.77 0 0.62 0.75
HSL 132º 0.63% 0.16% -
HSV(B) 132º 0.77% 0.25% -
XYZ 2.26 3.95 1.56 -
YUV 45.49 116.44 106.25 -
System Red Green Blue C M Y K H S L
Decimal 15 65 25 0.77 0 0.62 0.75 132 0.63 0.16
Hex F 41 19 4D 0 3E 4B 84 3E 10
Octal 17 101 31 115 0 76 113 204 76 20
Binary 1111 1000001 11001 1001101 0 111110 1001011 10000100 111110 10000

Color Harmonies of #0F4119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4119

Black with #0F4119

Text Example


Text Example

White with #0F4119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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