#03391F

Color #03391F British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #03391F

Tints of British Racing Green #03391F

Color information

#03391F (or 0x03391F) is unknown color: approx British Racing Green. HEX triplet: 03, 39 and 1F. RGB value is (3,57,31). Sum of RGB (Red+Green+Blue) = 3+57+31=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 57 (22.66% from 255 or 62.64% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 57 - color contains mainly: green. Hex color #03391F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03391F is #FCC6E0. Grayscale: #252525. Windows color (decimal): -16565985 or 2046211. OLE color: 2046211.

HSL color Cylindrical-coordinate representation of color #03391F: hue angle of 151.11º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03391F is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB35731-
CMYK0.9500.460.78
HSL151.11º90%11.76%-
HSV(B)151.11º94.74%22.35%-
XYZ1.753.041.79-
YUV37.89124.11103.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.30%
GREEN value IS 57 (22.66% from 255) = 62.64%
BLUE value IS 31 (12.5% from 255) = 34.07%
R=3.30%
G=62.64%
B=34.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal357310.9500.460.78151.119011.76
Hex3391F5F02E4E975ac
Octal3713713705611622713214
Binary11111001111111011111010111010011101001011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03391F; }

 p { color: rgb(3,57,31); }

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

<style>
 a { background-color: #03391F; }

 a { background-color: rgb(3,57,31); }

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

<style>
 span { border-color: #03391F; }

 span { border-color: rgb(3,57,31); }

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