Html Css Color HEX #15331D Deep Fir

📋 copy color: '#15331D'

red 21 ◦ green 51 ◦ blue 29

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

Shades of Deep Fir #15331D

Tints of Deep Fir #15331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 50.5%

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

R = 20.79%
G = 50.5%
B = 28.71%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.43

 K value IS 0.8

RGB Variations

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

Color information

#15331D (or 0x15331D) is known color: Deep Fir. HEX triplet: 15, 33 and 1D. RGB value is (21,51,29). Sum of RGB (Red+Green+Blue) = 21+51+29=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #15331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15331D is #EACCE2. Grayscale: #272727. Windows color (decimal): -15387875 or 1913621. OLE color: 1913621.

HSL color Cylindrical-coordinate representation of color #15331D: hue angle of 136º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #15331D is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB 21 51 29 -
CMYK 0.59 0 0.43 0.8
HSL 136º 0.42% 0.14% -
HSV(B) 136º 0.59% 0.2% -
XYZ 1.71 2.62 1.58 -
YUV 39.52 122.06 114.79 -
System Red Green Blue C M Y K H S L
Decimal 21 51 29 0.59 0 0.43 0.8 136 0.42 0.14
Hex 15 33 1D 3B 0 2B 50 88 2A E
Octal 25 63 35 73 0 53 120 210 52 16
Binary 10101 110011 11101 111011 0 101011 1010000 10001000 101010 1110

Color Harmonies of #15331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15331D

Black with #15331D

Text Example


Text Example

White with #15331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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