#03260A

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

Shades of Deep Fir #03260A

Tints of Deep Fir #03260A

Color information

#03260A (or 0x03260A) is unknown color: approx Deep Fir. HEX triplet: 03, 26 and 0A. RGB value is (3,38,10). Sum of RGB (Red+Green+Blue) = 3+38+10=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 38 (15.23% from 255 or 74.51% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 38 - color contains mainly: green. Hex color #03260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03260A is #FCD9F5. Grayscale: #181818. Windows color (decimal): -16570870 or 665091. OLE color: 665091.

HSL color Cylindrical-coordinate representation of color #03260A: hue angle of 132º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #03260A is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB33810-
CMYK0.9200.740.85
HSL132º85.37%8.04%-
HSV(B)132º92.11%14.9%-
XYZ0.791.430.52-
YUV24.34119.9112.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.88%
GREEN value IS 38 (15.23% from 255) = 74.51%
BLUE value IS 10 (4.30% from 255) = 19.61%
R=5.88%
G=74.51%
B=19.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal338100.9200.740.8513285.378.04
Hex326A5C04A5584558
Octal34612134011212520412510
Binary11100110101010111000100101010101011000010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03260A; }

 p { color: rgb(3,38,10); }

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

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

 a { background-color: rgb(3,38,10); }

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

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

 span { border-color: rgb(3,38,10); }

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