Html Css Color HEX #04290B Deep Fir

📋 copy color: '#04290B'

red 4 ◦ green 41 ◦ blue 11

#04290B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #04290B

Tints of Deep Fir #04290B

RGB

 RED value IS 4 (1.95% from 255) = 7.14%

 GREEN value IS 41 (16.41% from 255) = 73.21%

 BLUE value IS 11 (4.69% from 255) = 19.64%

R = 7.14%
G = 73.21%
B = 19.64%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.84

RGB Variations

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

Color information

#04290B (or 0x04290B) is known color: Deep Fir. HEX triplet: 04, 29 and 0B. RGB value is (4,41,11). Sum of RGB (Red+Green+Blue) = 4+41+11=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 41 (16.41% from 255 or 73.21% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 41 - color contains mainly: green. Hex color #04290B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04290B is #FBD6F4. Grayscale: #1A1A1A. Windows color (decimal): -16504565 or 731396. OLE color: 731396.

HSL color Cylindrical-coordinate representation of color #04290B: hue angle of 131.35º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #04290B is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 41 11 -
CMYK 0.90 0 0.73 0.84
HSL 131.35º 0.82% 0.09% -
HSV(B) 131.35º 0.9% 0.16% -
XYZ 0.9 1.64 0.58 -
YUV 26.52 119.24 111.94 -
System Red Green Blue C M Y K H S L
Decimal 4 41 11 0.90 0 0.73 0.84 131.35 0.82 0.09
Hex 4 29 B 5A 0 49 54 83 52 9
Octal 4 51 13 132 0 111 124 203 122 11
Binary 100 101001 1011 1011010 0 1001001 1010100 10000011 1010010 1001

Color Harmonies of #04290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04290B

Black with #04290B

Text Example


Text Example

White with #04290B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04290B;
 }
 .AnyTagClassName
 {
   color: #04290B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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