Html Css Color HEX #15291C Deep Fir

📋 copy color: '#15291C'

red 21 ◦ green 41 ◦ blue 28

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

Shades of Deep Fir #15291C

Tints of Deep Fir #15291C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 45.56%

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

R = 23.33%
G = 45.56%
B = 31.11%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.84

RGB Variations

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

Color information

#15291C (or 0x15291C) is known color: Deep Fir. HEX triplet: 15, 29 and 1C. RGB value is (21,41,28). Sum of RGB (Red+Green+Blue) = 21+41+28=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 41 (16.41% from 255 or 45.56% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 41 - color contains mainly: green. Hex color #15291C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15291C is #EAD6E3. Grayscale: #212121. Windows color (decimal): -15390436 or 1845525. OLE color: 1845525.

HSL color Cylindrical-coordinate representation of color #15291C: hue angle of 141º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #15291C is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 41 28 -
CMYK 0.49 0 0.32 0.84
HSL 141º 0.32% 0.12% -
HSV(B) 141º 0.49% 0.16% -
XYZ 1.31 1.83 1.38 -
YUV 33.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 21 41 28 0.49 0 0.32 0.84 141 0.32 0.12
Hex 15 29 1C 31 0 20 54 8D 20 C
Octal 25 51 34 61 0 40 124 215 40 14
Binary 10101 101001 11100 110001 0 100000 1010100 10001101 100000 1100

Color Harmonies of #15291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15291C

Black with #15291C

Text Example


Text Example

White with #15291C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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