Html Css Color HEX #15341B Deep Fir

📋 copy color: '#15341B'

red 21 ◦ green 52 ◦ blue 27

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

Shades of Deep Fir #15341B

Tints of Deep Fir #15341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 52%

 BLUE value IS 27 (10.94% from 255) = 27%

R = 21%
G = 52%
B = 27%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#15341B (or 0x15341B) is known color: Deep Fir. HEX triplet: 15, 34 and 1B. RGB value is (21,52,27). Sum of RGB (Red+Green+Blue) = 21+52+27=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #15341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15341B is #EACBE4. Grayscale: #272727. Windows color (decimal): -15387621 or 1782805. OLE color: 1782805.

HSL color Cylindrical-coordinate representation of color #15341B: hue angle of 131.61º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #15341B is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 52 27 -
CMYK 0.60 0 0.48 0.80
HSL 131.61º 0.42% 0.14% -
HSV(B) 131.61º 0.6% 0.2% -
XYZ 1.74 2.69 1.47 -
YUV 39.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 21 52 27 0.60 0 0.48 0.80 131.61 0.42 0.14
Hex 15 34 1B 3C 0 30 50 84 2A E
Octal 25 64 33 74 0 60 120 204 52 16
Binary 10101 110100 11011 111100 0 110000 1010000 10000100 101010 1110

Color Harmonies of #15341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15341B

Black with #15341B

Text Example


Text Example

White with #15341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15341B; }

 p { color: rgb(21,52,27); }

 H1.HeaderClassName
 {
   color: #15341B;
 }
 .AnyTagClassName
 {
   color: #15341B;
 }
</style>

background-color css

<style>
 a { background-color: #15341B; }

 a { background-color: rgb(21,52,27); }

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

border-color css

<style>
 span { border-color: #15341B; }

 span { border-color: rgb(21,52,27); }

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