Html Css Color HEX #0F311D Deep Fir

📋 copy color: '#0F311D'

red 15 ◦ green 49 ◦ blue 29

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

Shades of Deep Fir #0F311D

Tints of Deep Fir #0F311D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 52.69%

 BLUE value IS 29 (11.72% from 255) = 31.18%

R = 16.13%
G = 52.69%
B = 31.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.41

 K value IS 0.81

RGB Variations

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

Color information

#0F311D (or 0x0F311D) is known color: Deep Fir. HEX triplet: 0F, 31 and 1D. RGB value is (15,49,29). Sum of RGB (Red+Green+Blue) = 15+49+29=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #0F311D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F311D is #F0CEE2. Grayscale: #242424. Windows color (decimal): -15781603 or 1913103. OLE color: 1913103.

HSL color Cylindrical-coordinate representation of color #0F311D: hue angle of 144.71º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F311D is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 49 29 -
CMYK 0.69 0 0.41 0.81
HSL 144.71º 0.53% 0.13% -
HSV(B) 144.71º 0.69% 0.19% -
XYZ 1.52 2.39 1.54 -
YUV 36.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 15 49 29 0.69 0 0.41 0.81 144.71 0.53 0.13
Hex F 31 1D 45 0 29 51 91 35 D
Octal 17 61 35 105 0 51 121 221 65 15
Binary 1111 110001 11101 1000101 0 101001 1010001 10010001 110101 1101

Color Harmonies of #0F311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F311D

Black with #0F311D

Text Example


Text Example

White with #0F311D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,49,29); }

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

background-color css

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

 a { background-color: rgb(15,49,29); }

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

border-color css

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

 span { border-color: rgb(15,49,29); }

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