Html Css Color HEX #0F351D Deep Fir

📋 copy color: '#0F351D'

red 15 ◦ green 53 ◦ blue 29

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

Shades of Deep Fir #0F351D

Tints of Deep Fir #0F351D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 54.64%

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

R = 15.46%
G = 54.64%
B = 29.9%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.45

 K value IS 0.79

RGB Variations

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

Color information

#0F351D (or 0x0F351D) is known color: Deep Fir. HEX triplet: 0F, 35 and 1D. RGB value is (15,53,29). Sum of RGB (Red+Green+Blue) = 15+53+29=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 53 (21.09% from 255 or 54.64% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 53 - color contains mainly: green. Hex color #0F351D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F351D is #F0CAE2. Grayscale: #262626. Windows color (decimal): -15780579 or 1914127. OLE color: 1914127.

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

Color convert

RGB 15 53 29 -
CMYK 0.72 0 0.45 0.79
HSL 142.11º 0.56% 0.13% -
HSV(B) 142.11º 0.72% 0.21% -
XYZ 1.69 2.74 1.6 -
YUV 38.9 122.41 110.95 -
System Red Green Blue C M Y K H S L
Decimal 15 53 29 0.72 0 0.45 0.79 142.11 0.56 0.13
Hex F 35 1D 48 0 2D 4F 8E 38 D
Octal 17 65 35 110 0 55 117 216 70 15
Binary 1111 110101 11101 1001000 0 101101 1001111 10001110 111000 1101

Color Harmonies of #0F351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F351D

Black with #0F351D

Text Example


Text Example

White with #0F351D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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