Html Css Color HEX #15351D Deep Fir

📋 copy color: '#15351D'

red 21 ◦ green 53 ◦ blue 29

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

Shades of Deep Fir #15351D

Tints of Deep Fir #15351D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 51.46%

 BLUE value IS 29 (11.72% from 255) = 28.16%

R = 20.39%
G = 51.46%
B = 28.16%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.45

 K value IS 0.79

RGB Variations

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

Color information

#15351D (or 0x15351D) is known color: Deep Fir. HEX triplet: 15, 35 and 1D. RGB value is (21,53,29). Sum of RGB (Red+Green+Blue) = 21+53+29=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 53 (21.09% from 255 or 51.46% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 53 - color contains mainly: green. Hex color #15351D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15351D is #EACAE2. Grayscale: #282828. Windows color (decimal): -15387363 or 1914133. OLE color: 1914133.

HSL color Cylindrical-coordinate representation of color #15351D: hue angle of 135º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #15351D is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 53 29 -
CMYK 0.60 0 0.45 0.79
HSL 135º 0.43% 0.15% -
HSV(B) 135º 0.6% 0.21% -
XYZ 1.8 2.79 1.61 -
YUV 40.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 21 53 29 0.60 0 0.45 0.79 135 0.43 0.15
Hex 15 35 1D 3C 0 2D 4F 87 2B F
Octal 25 65 35 74 0 55 117 207 53 17
Binary 10101 110101 11101 111100 0 101101 1001111 10000111 101011 1111

Color Harmonies of #15351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15351D

Black with #15351D

Text Example


Text Example

White with #15351D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15351D; }

 p { color: rgb(21,53,29); }

 H1.HeaderClassName
 {
   color: #15351D;
 }
 .AnyTagClassName
 {
   color: #15351D;
 }
</style>

background-color css

<style>
 a { background-color: #15351D; }

 a { background-color: rgb(21,53,29); }

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

border-color css

<style>
 span { border-color: #15351D; }

 span { border-color: rgb(21,53,29); }

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