Html Css Color HEX #15321E Deep Fir

📋 copy color: '#15321E'

red 21 ◦ green 50 ◦ blue 30

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

Shades of Deep Fir #15321E

Tints of Deep Fir #15321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 29.7%

R = 20.79%
G = 49.5%
B = 29.7%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#15321E (or 0x15321E) is known color: Deep Fir. HEX triplet: 15, 32 and 1E. RGB value is (21,50,30). Sum of RGB (Red+Green+Blue) = 21+50+30=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #15321E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15321E is #EACDE1. Grayscale: #272727. Windows color (decimal): -15388130 or 1978901. OLE color: 1978901.

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

Color convert

RGB 21 50 30 -
CMYK 0.58 0 0.40 0.80
HSL 138.62º 0.41% 0.14% -
HSV(B) 138.62º 0.58% 0.2% -
XYZ 1.68 2.53 1.63 -
YUV 39.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 21 50 30 0.58 0 0.40 0.80 138.62 0.41 0.14
Hex 15 32 1E 3A 0 28 50 8B 29 E
Octal 25 62 36 72 0 50 120 213 51 16
Binary 10101 110010 11110 111010 0 101000 1010000 10001011 101001 1110

Color Harmonies of #15321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15321E

Black with #15321E

Text Example


Text Example

White with #15321E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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