Html Css Color HEX #15321F Deep Fir

📋 copy color: '#15321F'

red 21 ◦ green 50 ◦ blue 31

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

Shades of Deep Fir #15321F

Tints of Deep Fir #15321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 49.02%

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

R = 20.59%
G = 49.02%
B = 30.39%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#15321F (or 0x15321F) is known color: Deep Fir. HEX triplet: 15, 32 and 1F. RGB value is (21,50,31). Sum of RGB (Red+Green+Blue) = 21+50+31=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #15321F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15321F is #EACDE0. Grayscale: #272727. Windows color (decimal): -15388129 or 2044437. OLE color: 2044437.

HSL color Cylindrical-coordinate representation of color #15321F: hue angle of 140.69º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #15321F is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 50 31 -
CMYK 0.58 0 0.38 0.80
HSL 140.69º 0.41% 0.14% -
HSV(B) 140.69º 0.58% 0.2% -
XYZ 1.7 2.54 1.7 -
YUV 39.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 21 50 31 0.58 0 0.38 0.80 140.69 0.41 0.14
Hex 15 32 1F 3A 0 26 50 8D 29 E
Octal 25 62 37 72 0 46 120 215 51 16
Binary 10101 110010 11111 111010 0 100110 1010000 10001101 101001 1110

Color Harmonies of #15321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15321F

Black with #15321F

Text Example


Text Example

White with #15321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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