Html Css Color HEX #0F341B Deep Fir

📋 copy color: '#0F341B'

red 15 ◦ green 52 ◦ blue 27

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

Shades of Deep Fir #0F341B

Tints of Deep Fir #0F341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 55.32%

 BLUE value IS 27 (10.94% from 255) = 28.72%

R = 15.96%
G = 55.32%
B = 28.72%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#0F341B (or 0x0F341B) is known color: Deep Fir. HEX triplet: 0F, 34 and 1B. RGB value is (15,52,27). Sum of RGB (Red+Green+Blue) = 15+52+27=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #0F341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F341B is #F0CBE4. Grayscale: #262626. Windows color (decimal): -15780837 or 1782799. OLE color: 1782799.

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

Color convert

RGB 15 52 27 -
CMYK 0.71 0 0.48 0.80
HSL 139.46º 0.55% 0.13% -
HSV(B) 139.46º 0.71% 0.2% -
XYZ 1.62 2.64 1.46 -
YUV 38.09 121.74 111.53 -
System Red Green Blue C M Y K H S L
Decimal 15 52 27 0.71 0 0.48 0.80 139.46 0.55 0.13
Hex F 34 1B 47 0 30 50 8B 37 D
Octal 17 64 33 107 0 60 120 213 67 15
Binary 1111 110100 11011 1000111 0 110000 1010000 10001011 110111 1101

Color Harmonies of #0F341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F341B

Black with #0F341B

Text Example


Text Example

White with #0F341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,52,27); }

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

background-color css

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

 a { background-color: rgb(15,52,27); }

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

border-color css

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

 span { border-color: rgb(15,52,27); }

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