Html Css Color HEX #0F371A Deep Fir

📋 copy color: '#0F371A'

red 15 ◦ green 55 ◦ blue 26

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

Shades of Deep Fir #0F371A

Tints of Deep Fir #0F371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 57.29%

 BLUE value IS 26 (10.55% from 255) = 27.08%

R = 15.63%
G = 57.29%
B = 27.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#0F371A (or 0x0F371A) is known color: Deep Fir. HEX triplet: 0F, 37 and 1A. RGB value is (15,55,26). Sum of RGB (Red+Green+Blue) = 15+55+26=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 55 (21.88% from 255 or 57.29% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 55 - color contains mainly: green. Hex color #0F371A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F371A is #F0C8E5. Grayscale: #272727. Windows color (decimal): -15780070 or 1718031. OLE color: 1718031.

HSL color Cylindrical-coordinate representation of color #0F371A: hue angle of 136.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F371A is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 55 26 -
CMYK 0.73 0 0.53 0.78
HSL 136.5º 0.57% 0.14% -
HSV(B) 136.5º 0.73% 0.22% -
XYZ 1.75 2.91 1.45 -
YUV 39.73 120.25 110.36 -
System Red Green Blue C M Y K H S L
Decimal 15 55 26 0.73 0 0.53 0.78 136.5 0.57 0.14
Hex F 37 1A 49 0 35 4E 88 39 E
Octal 17 67 32 111 0 65 116 210 71 16
Binary 1111 110111 11010 1001001 0 110101 1001110 10001000 111001 1110

Color Harmonies of #0F371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F371A

Black with #0F371A

Text Example


Text Example

White with #0F371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,55,26); }

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

background-color css

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

 a { background-color: rgb(15,55,26); }

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

border-color css

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

 span { border-color: rgb(15,55,26); }

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