#03260B

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

Shades of Deep Fir #03260B

Tints of Deep Fir #03260B

Color information

#03260B (or 0x03260B) is unknown color: approx Deep Fir. HEX triplet: 03, 26 and 0B. RGB value is (3,38,11). Sum of RGB (Red+Green+Blue) = 3+38+11=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 38 (15.23% from 255 or 73.08% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 38 - color contains mainly: green. Hex color #03260B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03260B is #FCD9F4. Grayscale: #181818. Windows color (decimal): -16570869 or 730627. OLE color: 730627.

HSL color Cylindrical-coordinate representation of color #03260B: hue angle of 133.71º 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 #03260B is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.85.

Color convert

RGB33811-
CMYK0.9200.710.85
HSL133.71º85.37%8.04%-
HSV(B)133.71º92.11%14.9%-
XYZ0.791.430.55-
YUV24.46120.4112.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.77%
GREEN value IS 38 (15.23% from 255) = 73.08%
BLUE value IS 11 (4.69% from 255) = 21.15%
R=5.77%
G=73.08%
B=21.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal338110.9200.710.85133.7185.378.04
Hex326B5C0475586558
Octal34613134010712520612510
Binary11100110101110111000100011110101011000011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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