Html Css Color HEX #15281C Deep Fir

📋 copy color: '#15281C'

red 21 ◦ green 40 ◦ blue 28

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

Shades of Deep Fir #15281C

Tints of Deep Fir #15281C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 44.94%

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

R = 23.6%
G = 44.94%
B = 31.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.84

RGB Variations

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

Color information

#15281C (or 0x15281C) is known color: Deep Fir. HEX triplet: 15, 28 and 1C. RGB value is (21,40,28). Sum of RGB (Red+Green+Blue) = 21+40+28=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 40 (16.02% from 255 or 44.94% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 40 - color contains mainly: green. Hex color #15281C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15281C is #EAD7E3. Grayscale: #202020. Windows color (decimal): -15390692 or 1845269. OLE color: 1845269.

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

Color convert

RGB 21 40 28 -
CMYK 0.48 0 0.30 0.84
HSL 142.11º 0.31% 0.12% -
HSV(B) 142.11º 0.48% 0.16% -
XYZ 1.28 1.76 1.37 -
YUV 32.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 21 40 28 0.48 0 0.30 0.84 142.11 0.31 0.12
Hex 15 28 1C 30 0 1E 54 8E 1F C
Octal 25 50 34 60 0 36 124 216 37 14
Binary 10101 101000 11100 110000 0 11110 1010100 10001110 11111 1100

Color Harmonies of #15281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15281C

Black with #15281C

Text Example


Text Example

White with #15281C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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