#15331B

Color #15331B Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #15331B

Tints of Deep Fir #15331B

Color information

#15331B (or 0x15331B) is unknown color: approx Deep Fir. HEX triplet: 15, 33 and 1B. RGB value is (21,51,27). Sum of RGB (Red+Green+Blue) = 21+51+27=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #15331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15331B is #EACCE4. Grayscale: #272727. Windows color (decimal): -15387877 or 1782549. OLE color: 1782549.

HSL color Cylindrical-coordinate representation of color #15331B: hue angle of 132º 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 #15331B is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB215127-
CMYK0.5900.470.8
HSL132º41.67%14.12%-
HSV(B)132º58.82%20%-
XYZ1.692.611.45-
YUV39.29121.06114.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.21%
GREEN value IS 51 (20.31% from 255) = 51.52%
BLUE value IS 27 (10.94% from 255) = 27.27%
R=21.21%
G=51.52%
B=27.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2151270.5900.470.813241.6714.12
Hex15331B3B02F50842ae
Octal256333730571202045216
Binary101011100111101111101101011111010000100001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #15331B;
 }
 .AnyTagClassName
 {
   color: #15331B;
 }
</style>
background-color css

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

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

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

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

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

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