#03250B

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

Shades of Deep Fir #03250B

Tints of Deep Fir #03250B

Color information

#03250B (or 0x03250B) is unknown color: approx Deep Fir. HEX triplet: 03, 25 and 0B. RGB value is (3,37,11). Sum of RGB (Red+Green+Blue) = 3+37+11=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 37 (14.84% from 255 or 72.55% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 37 - color contains mainly: green. Hex color #03250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03250B is #FCDAF4. Grayscale: #171717. Windows color (decimal): -16571125 or 730371. OLE color: 730371.

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

Color convert

RGB33711-
CMYK0.9200.700.85
HSL134.12º85%7.84%-
HSV(B)134.12º91.89%14.51%-
XYZ0.761.370.54-
YUV23.87120.74113.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.88%
GREEN value IS 37 (14.84% from 255) = 72.55%
BLUE value IS 11 (4.69% from 255) = 21.57%
R=5.88%
G=72.55%
B=21.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal337110.9200.700.85134.12857.84
Hex325B5C0465586558
Octal34513134010612520612510
Binary11100101101110111000100011010101011000011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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