#04240B

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

Shades of Deep Fir #04240B

Tints of Deep Fir #04240B

Color information

#04240B (or 0x04240B) is unknown color: approx Deep Fir. HEX triplet: 04, 24 and 0B. RGB value is (4,36,11). Sum of RGB (Red+Green+Blue) = 4+36+11=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 36 (14.45% from 255 or 70.59% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 36 - color contains mainly: green. Hex color #04240B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04240B is #FBDBF4. Grayscale: #171717. Windows color (decimal): -16505845 or 730116. OLE color: 730116.

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

Color convert

RGB43611-
CMYK0.8900.690.86
HSL133.12º80%7.84%-
HSV(B)133.12º88.89%14.12%-
XYZ0.741.310.53-
YUV23.58120.9114.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.84%
GREEN value IS 36 (14.45% from 255) = 70.59%
BLUE value IS 11 (4.69% from 255) = 21.57%
R=7.84%
G=70.59%
B=21.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal436110.8900.690.86133.12807.84
Hex424B590455685508
Octal44413131010512620512010
Binary100100100101110110010100010110101101000010110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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