#04210B

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

Shades of Deep Fir #04210B

Tints of Deep Fir #04210B

Color information

#04210B (or 0x04210B) is unknown color: approx Deep Fir. HEX triplet: 04, 21 and 0B. RGB value is (4,33,11). Sum of RGB (Red+Green+Blue) = 4+33+11=48 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.33% from 48); Green value is 33 (13.28% from 255 or 68.75% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 33 - color contains mainly: green. Hex color #04210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04210B is #FBDEF4. Grayscale: #151515. Windows color (decimal): -16506613 or 729348. OLE color: 729348.

HSL color Cylindrical-coordinate representation of color #04210B: hue angle of 134.48º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #04210B is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB43311-
CMYK0.8800.670.87
HSL134.48º78.38%7.25%-
HSV(B)134.48º87.88%12.94%-
XYZ0.651.140.5-
YUV21.82121.89115.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.33%
GREEN value IS 33 (13.28% from 255) = 68.75%
BLUE value IS 11 (4.69% from 255) = 22.92%
R=8.33%
G=68.75%
B=22.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal433110.8800.670.87134.4878.387.25
Hex421B5804357864e7
Octal4411313001031272061167
Binary10010000110111011000010000111010111100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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