Html Css Color HEX #043313 Deep Fir

📋 copy color: '#043313'

red 4 ◦ green 51 ◦ blue 19

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

Shades of Deep Fir #043313

Tints of Deep Fir #043313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 68.92%

 BLUE value IS 19 (7.81% from 255) = 25.68%

R = 5.41%
G = 68.92%
B = 25.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#043313 (or 0x043313) is known color: Deep Fir. HEX triplet: 04, 33 and 13. RGB value is (4,51,19). Sum of RGB (Red+Green+Blue) = 4+51+19=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 51 (20.31% from 255 or 68.92% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 51 - color contains mainly: green. Hex color #043313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043313 is #FBCCEC. Grayscale: #212121. Windows color (decimal): -16501997 or 1258244. OLE color: 1258244.

HSL color Cylindrical-coordinate representation of color #043313: hue angle of 139.15º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043313 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB 4 51 19 -
CMYK 0.92 0 0.63 0.8
HSL 139.15º 0.85% 0.11% -
HSV(B) 139.15º 0.92% 0.2% -
XYZ 1.35 2.44 1.02 -
YUV 33.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 4 51 19 0.92 0 0.63 0.8 139.15 0.85 0.11
Hex 4 33 13 5C 0 3F 50 8B 55 B
Octal 4 63 23 134 0 77 120 213 125 13
Binary 100 110011 10011 1011100 0 111111 1010000 10001011 1010101 1011

Color Harmonies of #043313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043313

Black with #043313

Text Example


Text Example

White with #043313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043313; }

 p { color: rgb(4,51,19); }

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

background-color css

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

 a { background-color: rgb(4,51,19); }

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

border-color css

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

 span { border-color: rgb(4,51,19); }

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