Html Css Color HEX #15371F Deep Fir

📋 copy color: '#15371F'

red 21 ◦ green 55 ◦ blue 31

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

Shades of Deep Fir #15371F

Tints of Deep Fir #15371F

RGB

 RED value IS 21 (8.59% from 255) = 19.63%

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

 BLUE value IS 31 (12.5% from 255) = 28.97%

R = 19.63%
G = 51.4%
B = 28.97%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#15371F (or 0x15371F) is known color: Deep Fir. HEX triplet: 15, 37 and 1F. RGB value is (21,55,31). Sum of RGB (Red+Green+Blue) = 21+55+31=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 55 (21.88% from 255 or 51.40% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 55 - color contains mainly: green. Hex color #15371F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15371F is #EAC8E0. Grayscale: #2A2A2A. Windows color (decimal): -15386849 or 2045717. OLE color: 2045717.

HSL color Cylindrical-coordinate representation of color #15371F: hue angle of 137.65º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #15371F is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 55 31 -
CMYK 0.62 0 0.44 0.78
HSL 137.65º 0.45% 0.15% -
HSV(B) 137.65º 0.62% 0.22% -
XYZ 1.92 2.99 1.77 -
YUV 42.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 21 55 31 0.62 0 0.44 0.78 137.65 0.45 0.15
Hex 15 37 1F 3E 0 2C 4E 8A 2D F
Octal 25 67 37 76 0 54 116 212 55 17
Binary 10101 110111 11111 111110 0 101100 1001110 10001010 101101 1111

Color Harmonies of #15371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15371F

Black with #15371F

Text Example


Text Example

White with #15371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15371F; }

 p { color: rgb(21,55,31); }

 H1.HeaderClassName
 {
   color: #15371F;
 }
 .AnyTagClassName
 {
   color: #15371F;
 }
</style>

background-color css

<style>
 a { background-color: #15371F; }

 a { background-color: rgb(21,55,31); }

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

border-color css

<style>
 span { border-color: #15371F; }

 span { border-color: rgb(21,55,31); }

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