#05240B

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

Shades of Deep Fir #05240B

Tints of Deep Fir #05240B

Color information

#05240B (or 0x05240B) is unknown color: approx Deep Fir. HEX triplet: 05, 24 and 0B. RGB value is (5,36,11). Sum of RGB (Red+Green+Blue) = 5+36+11=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 36 (14.45% from 255 or 69.23% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 36 - color contains mainly: green. Hex color #05240B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05240B is #FADBF4. Grayscale: #171717. Windows color (decimal): -16440309 or 730117. OLE color: 730117.

HSL color Cylindrical-coordinate representation of color #05240B: hue angle of 131.61º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #05240B is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB53611-
CMYK0.8600.690.86
HSL131.61º75.61%8.04%-
HSV(B)131.61º86.11%14.12%-
XYZ0.751.320.53-
YUV23.88120.73114.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.62%
GREEN value IS 36 (14.45% from 255) = 69.23%
BLUE value IS 11 (4.69% from 255) = 21.15%
R=9.62%
G=69.23%
B=21.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal536110.8600.690.86131.6175.618.04
Hex524B5604556844c8
Octal54413126010512620411410
Binary101100100101110101100100010110101101000010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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