Html Css Color HEX #0F361C Deep Fir

📋 copy color: '#0F361C'

red 15 ◦ green 54 ◦ blue 28

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

Shades of Deep Fir #0F361C

Tints of Deep Fir #0F361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 55.67%

 BLUE value IS 28 (11.33% from 255) = 28.87%

R = 15.46%
G = 55.67%
B = 28.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.48

 K value IS 0.79

RGB Variations

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

Color information

#0F361C (or 0x0F361C) is known color: Deep Fir. HEX triplet: 0F, 36 and 1C. RGB value is (15,54,28). Sum of RGB (Red+Green+Blue) = 15+54+28=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 54 (21.48% from 255 or 55.67% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 54 - color contains mainly: green. Hex color #0F361C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F361C is #F0C9E3. Grayscale: #272727. Windows color (decimal): -15780324 or 1848847. OLE color: 1848847.

HSL color Cylindrical-coordinate representation of color #0F361C: hue angle of 140º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F361C is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB 15 54 28 -
CMYK 0.72 0 0.48 0.79
HSL 140º 0.57% 0.14% -
HSV(B) 140º 0.72% 0.21% -
XYZ 1.73 2.82 1.55 -
YUV 39.38 121.58 110.61 -
System Red Green Blue C M Y K H S L
Decimal 15 54 28 0.72 0 0.48 0.79 140 0.57 0.14
Hex F 36 1C 48 0 30 4F 8C 39 E
Octal 17 66 34 110 0 60 117 214 71 16
Binary 1111 110110 11100 1001000 0 110000 1001111 10001100 111001 1110

Color Harmonies of #0F361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F361C

Black with #0F361C

Text Example


Text Example

White with #0F361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,54,28); }

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

background-color css

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

 a { background-color: rgb(15,54,28); }

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

border-color css

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

 span { border-color: rgb(15,54,28); }

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