Html Css Color HEX #15311E Deep Fir

📋 copy color: '#15311E'

red 21 ◦ green 49 ◦ blue 30

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

Shades of Deep Fir #15311E

Tints of Deep Fir #15311E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 49%

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

R = 21%
G = 49%
B = 30%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.81

RGB Variations

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

Color information

#15311E (or 0x15311E) is known color: Deep Fir. HEX triplet: 15, 31 and 1E. RGB value is (21,49,30). Sum of RGB (Red+Green+Blue) = 21+49+30=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #15311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15311E is #EACEE1. Grayscale: #262626. Windows color (decimal): -15388386 or 1978645. OLE color: 1978645.

HSL color Cylindrical-coordinate representation of color #15311E: hue angle of 139.29º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #15311E is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB 21 49 30 -
CMYK 0.57 0 0.39 0.81
HSL 139.29º 0.4% 0.14% -
HSV(B) 139.29º 0.57% 0.19% -
XYZ 1.64 2.45 1.61 -
YUV 38.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 21 49 30 0.57 0 0.39 0.81 139.29 0.4 0.14
Hex 15 31 1E 39 0 27 51 8B 28 E
Octal 25 61 36 71 0 47 121 213 50 16
Binary 10101 110001 11110 111001 0 100111 1010001 10001011 101000 1110

Color Harmonies of #15311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15311E

Black with #15311E

Text Example


Text Example

White with #15311E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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