#05280B

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

Shades of Deep Fir #05280B

Tints of Deep Fir #05280B

Color information

#05280B (or 0x05280B) is unknown color: approx Deep Fir. HEX triplet: 05, 28 and 0B. RGB value is (5,40,11). Sum of RGB (Red+Green+Blue) = 5+40+11=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 40 (16.02% from 255 or 71.43% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 40 - color contains mainly: green. Hex color #05280B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05280B is #FAD7F4. Grayscale: #1A1A1A. Windows color (decimal): -16439285 or 731141. OLE color: 731141.

HSL color Cylindrical-coordinate representation of color #05280B: hue angle of 130.29º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05280B is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB54011-
CMYK0.8800.720.84
HSL130.29º77.78%8.82%-
HSV(B)130.29º87.5%15.69%-
XYZ0.881.570.57-
YUV26.23119.4112.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.93%
GREEN value IS 40 (16.02% from 255) = 71.43%
BLUE value IS 11 (4.69% from 255) = 19.64%
R=8.93%
G=71.43%
B=19.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal540110.8800.720.84130.2977.788.82
Hex528B5804854824e9
Octal55013130011012420211611
Binary101101000101110110000100100010101001000001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,40,11); }

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

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

 a { background-color: rgb(5,40,11); }

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

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

 span { border-color: rgb(5,40,11); }

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