Html Css Color HEX #0F331D Deep Fir

📋 copy color: '#0F331D'

red 15 ◦ green 51 ◦ blue 29

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

Shades of Deep Fir #0F331D

Tints of Deep Fir #0F331D

RGB

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

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

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

R = 15.79%
G = 53.68%
B = 30.53%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.43

 K value IS 0.8

RGB Variations

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

Color information

#0F331D (or 0x0F331D) is known color: Deep Fir. HEX triplet: 0F, 33 and 1D. RGB value is (15,51,29). Sum of RGB (Red+Green+Blue) = 15+51+29=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 51 (20.31% from 255 or 53.68% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 51 - color contains mainly: green. Hex color #0F331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F331D is #F0CCE2. Grayscale: #252525. Windows color (decimal): -15781091 or 1913615. OLE color: 1913615.

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

Color convert

RGB 15 51 29 -
CMYK 0.71 0 0.43 0.8
HSL 143.33º 0.55% 0.13% -
HSV(B) 143.33º 0.71% 0.2% -
XYZ 1.6 2.56 1.57 -
YUV 37.73 123.07 111.79 -
System Red Green Blue C M Y K H S L
Decimal 15 51 29 0.71 0 0.43 0.8 143.33 0.55 0.13
Hex F 33 1D 47 0 2B 50 8F 37 D
Octal 17 63 35 107 0 53 120 217 67 15
Binary 1111 110011 11101 1000111 0 101011 1010000 10001111 110111 1101

Color Harmonies of #0F331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F331D

Black with #0F331D

Text Example


Text Example

White with #0F331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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