Html Css Color HEX #03290C Deep Fir

📋 copy color: '#03290C'

red 3 ◦ green 41 ◦ blue 12

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

Shades of Deep Fir #03290C

Tints of Deep Fir #03290C

RGB

 RED value IS 3 (1.56% from 255) = 5.36%

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

 BLUE value IS 12 (5.08% from 255) = 21.43%

R = 5.36%
G = 73.21%
B = 21.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#03290C (or 0x03290C) is known color: Deep Fir. HEX triplet: 03, 29 and 0C. RGB value is (3,41,12). Sum of RGB (Red+Green+Blue) = 3+41+12=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 41 (16.41% from 255 or 73.21% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 41 - color contains mainly: green. Hex color #03290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03290C is #FCD6F3. Grayscale: #1A1A1A. Windows color (decimal): -16570100 or 796931. OLE color: 796931.

HSL color Cylindrical-coordinate representation of color #03290C: hue angle of 134.21º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03290C is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB 3 41 12 -
CMYK 0.93 0 0.71 0.84
HSL 134.21º 0.86% 0.09% -
HSV(B) 134.21º 0.93% 0.16% -
XYZ 0.9 1.63 0.62 -
YUV 26.33 119.91 111.36 -
System Red Green Blue C M Y K H S L
Decimal 3 41 12 0.93 0 0.71 0.84 134.21 0.86 0.09
Hex 3 29 C 5D 0 47 54 86 56 9
Octal 3 51 14 135 0 107 124 206 126 11
Binary 11 101001 1100 1011101 0 1000111 1010100 10000110 1010110 1001

Color Harmonies of #03290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03290C

Black with #03290C

Text Example


Text Example

White with #03290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03290C; }

 p { color: rgb(3,41,12); }

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

background-color css

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

 a { background-color: rgb(3,41,12); }

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

border-color css

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

 span { border-color: rgb(3,41,12); }

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