Html Css Color HEX #15321C Deep Fir

📋 copy color: '#15321C'

red 21 ◦ green 50 ◦ blue 28

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

Shades of Deep Fir #15321C

Tints of Deep Fir #15321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 28.28%

R = 21.21%
G = 50.51%
B = 28.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#15321C (or 0x15321C) is known color: Deep Fir. HEX triplet: 15, 32 and 1C. RGB value is (21,50,28). Sum of RGB (Red+Green+Blue) = 21+50+28=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #15321C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15321C is #EACDE3. Grayscale: #262626. Windows color (decimal): -15388132 or 1847829. OLE color: 1847829.

HSL color Cylindrical-coordinate representation of color #15321C: hue angle of 134.48º 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 #15321C is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 50 28 -
CMYK 0.58 0 0.44 0.80
HSL 134.48º 0.41% 0.14% -
HSV(B) 134.48º 0.58% 0.2% -
XYZ 1.66 2.52 1.5 -
YUV 38.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 21 50 28 0.58 0 0.44 0.80 134.48 0.41 0.14
Hex 15 32 1C 3A 0 2C 50 86 29 E
Octal 25 62 34 72 0 54 120 206 51 16
Binary 10101 110010 11100 111010 0 101100 1010000 10000110 101001 1110

Color Harmonies of #15321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15321C

Black with #15321C

Text Example


Text Example

White with #15321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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