#03250A

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

Shades of Deep Fir #03250A

Tints of Deep Fir #03250A

Color information

#03250A (or 0x03250A) is unknown color: approx Deep Fir. HEX triplet: 03, 25 and 0A. RGB value is (3,37,10). Sum of RGB (Red+Green+Blue) = 3+37+10=50 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6% from 50); Green value is 37 (14.84% from 255 or 74% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 37 - color contains mainly: green. Hex color #03250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03250A is #FCDAF5. Grayscale: #171717. Windows color (decimal): -16571126 or 664835. OLE color: 664835.

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

Color convert

RGB33710-
CMYK0.9200.730.85
HSL132.35º85%7.84%-
HSV(B)132.35º91.89%14.51%-
XYZ0.751.360.51-
YUV23.76120.24113.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6%
GREEN value IS 37 (14.84% from 255) = 74%
BLUE value IS 10 (4.30% from 255) = 20%
R=6%
G=74%
B=20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal337100.9200.730.85132.35857.84
Hex325A5C0495584558
Octal34512134011112520412510
Binary11100101101010111000100100110101011000010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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