Html Css Color HEX #15411C Deep Fir

📋 copy color: '#15411C'

red 21 ◦ green 65 ◦ blue 28

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

Shades of Deep Fir #15411C

Tints of Deep Fir #15411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 57.02%

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

R = 18.42%
G = 57.02%
B = 24.56%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#15411C (or 0x15411C) is known color: Deep Fir. HEX triplet: 15, 41 and 1C. RGB value is (21,65,28). Sum of RGB (Red+Green+Blue) = 21+65+28=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 65 (25.78% from 255 or 57.02% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 65 - color contains mainly: green. Hex color #15411C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15411C is #EABEE3. Grayscale: #2F2F2F. Windows color (decimal): -15384292 or 1851669. OLE color: 1851669.

HSL color Cylindrical-coordinate representation of color #15411C: hue angle of 129.55º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #15411C is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 65 28 -
CMYK 0.68 0 0.57 0.75
HSL 129.55º 0.51% 0.17% -
HSV(B) 129.55º 0.68% 0.25% -
XYZ 2.41 4.02 1.75 -
YUV 47.63 116.92 109.01 -
System Red Green Blue C M Y K H S L
Decimal 21 65 28 0.68 0 0.57 0.75 129.55 0.51 0.17
Hex 15 41 1C 44 0 39 4B 82 33 11
Octal 25 101 34 104 0 71 113 202 63 21
Binary 10101 1000001 11100 1000100 0 111001 1001011 10000010 110011 10001

Color Harmonies of #15411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15411C

Black with #15411C

Text Example


Text Example

White with #15411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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